Printing pdfs from webpage
Please help us with this requirement.We have some pdfs present on a remote location.We need to be able to invoke print command on a set of pdfs which the user selects.The pdfs are usually not visible...
View ArticleWant to replace Text in PDF File.
Hi,We are using following code to determine the curly braces in the pdf document.This is required as we need to replace the text between the curly braces. TextFragmentAbsorber...
View ArticlePDF/A 1b conversion problems
Hi,having the need to buy a pdf conversion library, I tried the current Aspose PDf library 10.4 to convert in pdf/a 1b the included files, but every file (re)converted did not pass the Acrobat...
View ArticleGet PDF content from URL
Hi,I want to get the contents of PDF (as a plain text or along with html tags for style information) from a URL ( for e.g., http://www.analysis.im/uploads/seminar/pdf-sample.pdf) and want in a String...
View ArticleOCR clinched after PDF-A conversion
Hi,we're using Aspose.PDF [.NET] (10.4.0.0) to convert different kind of files to PDF-A.Currently we're facing problems with some scanned PDF documents.After the conversion to PDF-A the OCR information...
View ArticleIs .oxps to pdf not supported?
Hi AsposeIs .oxps to Pdf not supported?I have tried to convert an .oxps file to pdf using this code:var options = new XpsLoadOptions();var document = new Aspose.Pdf.Document(new MemoryStream(bytes),...
View ArticleNumerous Exceptions when working on Interactive PDF Form
Hi,I'm trying to cycle through some form fields inside a PDF that we have been asked to import some data into.I am using 'form.FieldNames' to get a list of all the field names currently present in the...
View ArticleLarge MultiPage PDF generated using Aspose PDF 7.2
Hi,I have been using Aspose 7.2 PDF for .Net 4 framework. I have a bunch of images (approx 55 pages) which i will be converting to PDF format. When it gets converted to MultiPage PDF, its file size...
View ArticleEvaluation question
I am evaluating the pdf product. I need to know if I can download content from a SQL database that has been formatted using html tags and still generate a rendered pdf document. The downoaded demo...
View Articlepage size is not equal A4 when setting page layout to A4 paper
I try to set page info size is A4 but if i have string too long in html file. The result is only one-line in PDF file(In attachment). How can I fix width page and enter new line in PDF format?In html...
View ArticleImage is not absorbing by ImagePlacementAbsorber class.
Hi I have one image in my 4 page pdf file. I am using trail version of aspose.pdf for .Net V10.4.0.0 dll.The image was not get absored by ImagePlacementAbsorber class. But am able to find image uisng...
View ArticleColors of images are different from origin pdf after conversion to html files
Hi ThereI am using Aspose Pdf 10.4.0 to convert pdf files to html files.I found that the colors of images in html files are quite different from the origin pdf file.Here is my code:Aspose.Pdf.Document...
View ArticleOptimized PDF to PDF/A 1b conversion problems
Hi Tilal,I am continuing to evaluate Aspose.Pdf for .NET 10.4.0.Currently I have slightly modified the code to convert files to pdf/a 1b while trying to produce the smaller file size possible.The code...
View ArticlePutting a border around PdfPageStamp
Is there a way to put a border around an instance of PdfPageStamp?I am trying to do something like this.http://i.imgur.com/WiXJXoR.pngWhen I tried to add a table object around it, document object won't...
View ArticleCan't open PDFs in Adobe 8
We have Aspose.pdf and Aspose.words version 2.2. It has been working great with Adobe Acrobat XI Pro. However, we have some users that must use Adobe 8 b/c of other application requirements, and we...
View ArticleCheck if contains watermark?
Hi Team,I want to know can we check if a pdf contains watermark (water mark created by third party).Let me know which Aspose API should I use ?Also we need to remove that water mark. Also we don't...
View ArticleOrientation of PDF FIles
Please share me the code of changing the orientation of pdf files.The files are already existing, no new file..We need to load the file and then change its orientation..Waiting for the code
View ArticlePrinting pdfs from webpage
Please help us with this requirement.We have some pdfs present on a remote location.We need to be able to invoke print command on a set of pdfs which the user selects.The pdfs are usually not visible...
View ArticleWord Wrap not working when text contains certain patterns
I am using Aspose.PDF for .Net (v7.9.0) in a production system for generating certificates of insurance using BindXML. In most cases, word wrap works as expected, but I have found 2 instances where...
View ArticleHow to insert an image into table cell?
The example program below attempts to build a PDF document with an image inside a table. However, when I run this program, it slowly eats up all the memory on my machine until I have to kill the...
View Article