PDF to PDF/A issue
Hi.We have found another issue for pdf to pdf/a conversion: the logo in the upper left corner will get a black background.Please find below code used:using (var inputDocument = new...
View ArticlePDF to image scrambled background layout
We want to convert the PDF file to an image file. The result is a scrambled image.The PDF is generated by scan software of EasyData (Abbyy)We use the following code:static void ConvertToImage() {...
View ArticlePDF.Generator OpenInAcrobat removed?
This is a ASP.Net/VB application.I updated my Aspose dlls today and it has broken some of my code. I am using: ImportsAspose.Pdf.Generator and the following line no longer works.pdf1.Save(pdfFileName,...
View ArticleText inside link rectangle
Hi,Which is the fastest way to get the text inside Link Rectangle.Thanks in advance!
View ArticleSome questions signing PDF (streched Image, PKCS1 object for PKCS12 key, only...
Hi,I'm signing a PDF with existing signature field per PKCS12 key.After some tries I figured this out PdfFileSignature pdfSign2 = new PdfFileSignature( @"C:\page_1.pdf");PKCS1 p1 = new...
View ArticleSystem.OutOfMemoryException while extracting text from pdf
Hi,Extracting text from pdf files uses too much memory. My code is like this: Aspose.Pdf.Document doc; Aspose.Pdf.Text.TextAbsorber textAbsorber = new...
View ArticlePDF ->PDF/A Bug? (source Adobe PDF Maker)
HiWhen trying to convert a PDF file, created using Adobe PDF Maker, Aspose will crash or produce a empty file.To reproduce the problem do this:1) Install Office 2010/20132) Install Adobe Acrobat XI...
View ArticleProcessParagraphs - Multiple instances - KeyNotFoundException
In our environment we are expecting our users to create packs simultaneously, when doing stress testing I figured out when trying to create two multiple documents together, I get this error,The given...
View ArticleHTML to PDF - Huge margins on sides of file
I'm using Aspose.Pdf to convert an HTML file to a PDF file. However, I'm seeing huge discrepancies between how the two look - most notably, the left and right margins in the PDF come out as enormous,...
View ArticleAspose PDF Null Pointer Exception
Hello,I am using Aspose PDF version 3.0.1 (aspose.pdf-3.0.1.jdk16.jar).I am getting below error while creating PDF document using Java Application with row coloring. If I remove row coloring, report is...
View ArticleReplace short text with long text
Hi I'm currently running a trial version og Aspose PDF to see if we can use it for our future document handling system...First of all I'm trying to do a simple search replace...I have a placeholder in...
View ArticlePDF to TIFF conversion problem with rotation
If I do this:Aspose.Pdf.Document document = new Aspose.Pdf.Document(pdfBytesStream)tiffDevice.Process(document, 1, 1, "C:/Test/Documents/Test.tif")where pdfBytesStream are data bytes of a PDF.If the...
View ArticleUrgent : Not working : Converting PDF to HTML
I am facing multiple issues while converting an PDF document into and HTML and also SVG format. The requirement is as follows1. Convert the attached pdf into a SINGLE file (css, images and everything...
View ArticleIssue with converted TIFF files
Hi,I am using apose-pdf-9.7.1 jar to convert pdf files to TIFF format.I have attached a sample file which has 5 pages (original and converted TIFF).If i open the converted file in "IrfanView", it shows...
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 ArticleHTML to PDF conversion broken in 10.1.0
I was happy to see that the PDFNEWNET-37636 issue was fixed in the latest release of Aspose.Pdf for .NET (10.1.0).Unfortunately the HTML to PDF conversion seems to be broken in this new version. With...
View ArticleWhen I try get a HasOpenPassword property from Aspose.Pdf.Facades.PdfFileInfo...
A Pdf-file is exists and AsposePdf.Facades.PdfFileInfo is not null. But When I try get a HasOpenPassword property an exception is thrown:System.NullReferenceException: PdfFileInfo is not initialized....
View ArticleLayering PDFs
I have a base pdf (a.pdf).I have another pdf (b.pdf) that needs to be LAYERED on top of a.pdf and allow it to show through.Then I have a watermark.jp that needs to be added to this whole mess.How would...
View ArticleAnnotations lost converting to PDF/A
Hi.Still evaluating aspose.pdf for PDF/A conversion. I have a simple pdf, annotated with "Drawboard PDF" application (windows store) and a pen device. Converting to PDF/A-2b or even PDF/A-1b, all...
View ArticleLicense File - Object reference not set to an instance of an object
Using same this code in this forum post below (but creating 20 documents at a time not just...
View Article