Print to PDF
First, sorry if this is redundant to another post that I could not find. We have a need to capture Webpage articles without the ads and other extraneous stuff. Some of the webpages like WSJ do not have...
View ArticleGet Page Margin
Hi Team I would like to get the page margin from a pdf I tried the following code Aspose.Pdf.Page pdfPage = pdfDocument.Pages[1];var info = pdfPage.PageInfo;var left = info.Margin.Left;in which I...
View Articlejava.awt.HeadlessException
I am getting following Exception when I ran in Linux server,java.awt.HeadlessException at sun.awt.HeadlessToolkit.getScreenSize(HeadlessToolkit.java:261) at...
View ArticleEmbed image once and use on multiple pages
Hi,I am using PDF.Generator for pdf. I need to add images to the pdf. This increase the size of the PDF. If i need to add one big image multiple times in my pdf size of the pdf increases many folds....
View ArticleCan i compress images in Aspose.Pdf.Generator
Hi,I am using Aspose.Pdf.Generator. Can i compress my images using Aspose before embedding them in pdf document.Regards,Sandeep
View ArticleAspose.Pdf .Net Question
Hello, I’m a developer and I need the PDF library for .Net but I have few question:If i buy Developer License:- 1-I am working on TFS, can I use this library if I want put my code on TFS ?-...
View ArticleNodes in a PDF file
Hi,I am using Aspose.pdf for java, and I would like to read all the nodes in my pdf document, like this example for Words: http://www.aspose.com/docs/display/wordsjava/Document+Tree+Navigation How can...
View ArticleTestBoxField.AddBarcode
Question: I'm using the trial version of Aspose PDF. I found the method "AddBarcode". I'm trying to use that to enter a barcode into an existing form field. However, when I use it to enter a value...
View ArticleEncrypt AND Sign
Hi folks Using VB.NET with the aspose.pdf dll and have been trying to encrypt a PDF as well as apply a PKCS7 digital signature. Both work independently, but I cannot seem to be able to encrypt AND sign...
View Articlecheckboxfield border not showing up on print
I am doing some work with Aspose PDF (latest version) where I find some text (using a TextFragmentAbsorber) and replace it with a CheckboxField.My code looks like this (where tf is the TextFragment I'm...
View ArticleDoes Aspose support PDF/UA or is support planned?
I was asked if Aspose supports PDF/UA or ISO 14289 for PDF creation. Searching on PDF/UA and ISO 14289 did not produce any results so I am creating this post. Thanks.
View ArticleTo extract content from PDF using Aspose OCR
Hi Team,Iam trying to extract content from PDF using the below link.Link: http://www.aspose.com/docs/display/pdfjavaold/Extract+Text+From+All+the+Pages+of+a+PDF+DocumentBut the created text file...
View ArticleHTML to PDF
Is there any way to automatically size a new PDF that is created from an HTML file? I have files coming in that are getting text bunching up. I can force the PageInfo.Width on the HTMLLoadOptions to a...
View Articlecom.aspose.pdf.table
i have a table and would like to add cells with newline characters in it, but have had a hard time figuring out how.below i have set row.get(i) = "name line 1 \n last on line two.""name line 1 #$NL...
View ArticleNot able to open few Attachments in PDF
hi Support, I have created a PDF and attached documents to it. And few random documents are not opening. Can you please advise on this? Below is the code snippet, where reading a directory...
View Articleconvert pdf to html, pictures in pdf caused some file content missed
when i convert pdf to html, there have some pictures in pdf, and i found it caused some file content missed.The attachment is the file i used.
View Articlehow to convert pdf to xml or .xlsx or .csv using php script
how to convert pdf files to xml or .xlsx or .csv using php script
View ArticleHow to Remove Hyperlinks from Text in a PDF document?
HiIs there a way to iterate text segment and disable hyperlink in PDF document?Thanks
View ArticleConvert Pdf to Excel and Open in Browser
Good Morning, Is there a way to take a new created Aspose.Pdf.Generator.Pdf, convert it to Excel, and then open the converted spreadsheet in a browser window without saving locally? Thank you for all...
View Articlehow to embed standard PDF font?
Dear,I need to embed ALL fonts in an existing PDF file.I have tried to use the code snippet which I found at your online documentation...
View Article