I\'m getting a byte array representing a TIFF file from my server, converting it into an XImage, and then adding it to a开发者_开发百科 new pdf document. The image in question is 1280x800 (it was a sc
I have created pdf from HTML page using Abc PDF now my problem is I want to print a table header on next page, but only if table data is display开发者_JAVA技巧 within a another page, if not display he
I\'m trying to use ABCPDF.net 8 to create a pdf from html content. When using the method AddHtml, this works fine.
Is it possible to create开发者_开发技巧 a Rect text area with black font and no boarder or at least a white border?
Doc theDoc = new Doc(); theDoc.FontSize = 96; theDoc.AddText(\"Hello World\"); theDoc.Save(Server.MapPath(\"simple.pdf\"));
I have a system for creating a pdf book from users own images. The images are in high resolution and the pdf end up with around 70pages with pictures on most of them.
I\'m using abcpdf and I\'m curious if we can we recursively call AddImageUrl() function to assemble pdf document that compile multiple urls?
I\'m using the AbcPdf library to transform an aspx page to a pdf o开发者_StackOverflow中文版bject. I have achieved my goal, but I have a problem. The data in the aspx page is a set of Tables, and they
Using ABCPDF, currently generating pdf\'开发者_运维百科s with 1mb files. When we alter the pdf in acrobat pro, and simply change the image quality this drops the size to 100K.
I am using ABCpdf, and开发者_开发技巧 simply cannot obtain the title or author of a document programmatically. Cannot seem to find any good examples on WebSupergoo\'s site!Must be a simple issue.