PDFsharp - moved to http://forum.pdfsharp.net/ Forum Index PDFsharp - moved to http://forum.pdfsharp.net/
Please visit the new PDFsharp forum at http://forum.pdfsharp.net/
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AddWebLink problem

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    PDFsharp - moved to http://forum.pdfsharp.net/ Forum Index -> Bug Reports - moved to http://forum.pdfsharp.net/
View previous topic :: View next topic  
Author Message
timgeyssens



Joined: 10 Feb 2009
Posts: 4

PostPosted: Tue Feb 10, 2009 9:25 pm    Post subject: AddWebLink problem Reply with quote

Hi All,

I'm trying to use addweblink.

It add's a link but it links to something like:

%97%D5h%A6

Cheers,
Tim
Back to top
View user's profile Send private message
Thomas Hoevel



Joined: 16 Oct 2006
Posts: 387
Location: Cologne, Germany

PostPosted: Wed Feb 11, 2009 8:51 am    Post subject: Reply with quote

Our web links work.

Dare to show us some of your code?
_________________
Regards
Thomas Hoevel
PDFsharp Team
Back to top
View user's profile Send private message Visit poster's website
timgeyssens



Joined: 10 Feb 2009
Posts: 4

PostPosted: Wed Feb 11, 2009 9:35 am    Post subject: Reply with quote

Sure,

Code:

PdfDocument document = new PdfDocument();


PdfPage page = document.AddPage();
XGraphics gfx = XGraphics.FromPdfPage(page);
XPdfFontOptions options = new XPdfFontOptions(PdfFontEncoding.Unicode, PdfFontEmbedding.Always);

//other things going on here ... drawing on the gfx

PdfSharp.Drawing.XRect rectt = gfx.Transformer.WorldToDefaultPage(new PdfSharp.Drawing.XRect(Convert.ToInt32(item.Attributes["X1"].Value),
                                height Convert.ToInt32(item.Attributes["Y1"].Value),
                               Convert.ToInt32(item.Attributes["X2"].Value),
                               height  Convert.ToInt32(item.Attributes["Y2"].Value)));

                        PdfSharp.Pdf.PdfRectangle rc = new PdfSharp.Pdf.PdfRectangle(rectt);
                        page.AddWebLink(rc, "http://www.google.com");

PdfSecuritySettings securitySettings = document.SecuritySettings;

securitySettings.PermitAccessibilityExtractContent = PermitExtractContent;
            securitySettings.PermitAnnotations = false;
            securitySettings.PermitAssembleDocument = false;
            securitySettings.PermitExtractContent = PermitExtractContent;
            securitySettings.PermitFormsFill = true;
            securitySettings.PermitFullQualityPrint = PermitPrint;
            securitySettings.PermitModifyDocument = false;
            securitySettings.PermitPrint = PermitPrint;
Back to top
View user's profile Send private message
timgeyssens



Joined: 10 Feb 2009
Posts: 4

PostPosted: Wed Feb 11, 2009 7:44 pm    Post subject: Reply with quote

it looks like this occurs when I set the securitySettings.OwnerPassword.

securitySettings.OwnerPassword = "owner";

Any tips how I need to encode the url ?
Back to top
View user's profile Send private message
Thomas Hoevel



Joined: 16 Oct 2006
Posts: 387
Location: Cologne, Germany

PostPosted: Thu Feb 12, 2009 9:00 am    Post subject: Reply with quote

timgeyssens wrote:
it looks like this occurs when I set the securitySettings.OwnerPassword.

I think you found a bug.

If the URL needs to be encrypted then PDFsharp should do it automatically.
_________________
Regards
Thomas Hoevel
PDFsharp Team
Back to top
View user's profile Send private message Visit poster's website
timgeyssens



Joined: 10 Feb 2009
Posts: 4

PostPosted: Thu Feb 12, 2009 12:12 pm    Post subject: Reply with quote

ok thanks, any idea if / when this could be resolved ?

Please let me know.

Cheers,
Tim
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    PDFsharp - moved to http://forum.pdfsharp.net/ Forum Index -> Bug Reports - moved to http://forum.pdfsharp.net/ All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © phpBB Group. Hosted by phpBB.BizHat.com


Start Your Own YouTube Clone

Free Web Hosting | Free Forum Hosting | FlashWebHost.com | Image Hosting | Photo Gallery | FreeMarriage.com

Powered by PhpBBweb.com, setup your forum now!
For Support, visit Forums.BizHat.com