Aspose PDF not printing correctly
PdfConverter.getNextImage
pdf to Word conversion
Print Range of pages in aspose pdf for Java
Need Aspose.PDF 7.2.0
This code produces no compilation errors
Adding a Background Image to a PDF, using BackgroundArtifact, examples don't work.
string dataDir = Path.GetFullPath("../../../Data/"); // create a new Document object Document doc = new Document(); // add a new page to document object Page page = doc.Pages.Add(); // create BackgroundArtifact object BackgroundArtifact background = new BackgroundArtifact(); // specify the image for backgroundartifact object background.BackgroundImage = File.OpenRead(dataDir + "aspose-total-for-net.jpg"); // add backgroundartifact to artifacts collection of page page.Artifacts.Add(background); // save the document doc.Save(dataDir + "output.pdf");
Checkboxes in PDF are getting checked incorrectly.
Hi,
We are using Aspose for on the fly PDF generation. The PDF files we generate are to be prefilled with ceratin values( and check boxes are also to be ticked based on values we pass). We use XFDF for populating the pdf fileds. When we render the XFDF in the browser, the checkboxes are getting ticked(selected) correctly. But when we render the PDF after prefilling it with XFDF data using Aspose, the checkboxes are are not getting ticked (selected) properly. We are using Aspose 8.3.3 version. Kindly let us know whether this issue has already been addressed. If yes let us know the solution for this issue.
EDIT :
Also tried using Aspose 8.9.0.0 version. Still the issue persists. Kindly help us in resolving this issue.
Kindly reply to us asap. We are in urgent need of solution for this issue.
Regards,
kishorekumar.
Convert HTML to PDF Aspose.Pdf 9.1 Excepton
Extract text from PDF - Issues
Hi Team,
I use Aspose.Pdf version 6.9.0.0. And when you try to get the text from the PDF document gets an exception.
Here is the code snippet,
using (var ms = newMemoryStream(data))
{
var pdfDocument = new Aspose.Pdf.Document(ms);
//create
TextAbsorber object to extract text
TextAbsorber textAbsorber;
textAbsorber = newTextAbsorber();
pdfDocument.Pages.Accept(textAbsorber);
}
Exception message:
Item has already been added. Key in dictionary: "61.68" key is added: '61, 68 '
Stack trace:
в System.Collections.SortedList.Add(Object key, Object value)
в . . (ArrayList )
в . ..ctor(ArrayList )
в . . ()
в Aspose.Pdf.Text.TextAbsorber. ( , Boolean )
в Aspose.Pdf.Text.TextAbsorber.Visit(Page page)
в Aspose.Pdf.Page.Accept(TextAbsorber visitor)
в Star.Salut.DataStruct.ModelEntityManager.LargeObjectManager.UpdateFilesTextData() в
Facades Creates a Hidden Radio Button
PDF document to a TIFF image file produces an output with a color depth of 1 bit
How to merge PDF Files with Complete the bookmark
Cannot compile example
Unexpected font parsing exception in HTML conversion
Aspose.Pdf.Generator.Pdf pdf = new Aspose.Pdf.Generator.Pdf();Aspose.Pdf.Generator.Section section = pdf.Sections.Add();StreamReader r = File.OpenText(inputFilePath);Aspose.Pdf.Generator.Text text2 = new Aspose.Pdf.Generator.Text(section, r.ReadToEnd());text2.IsHtmlTagSupported = true;section.Paragraphs.Add(text2);pdf.Save(outputFilePath);
Could you please help me with this issue.
Thanks in advance.
Best Regards,
Mike
Unable to save document: receive error "Invalid xref type"
Unable to convert to PDF/A
When I'm converting the attached file (admin.pdf) to PDF/A using Aspose.PDF 9.3, the resulting PDF file (_out_admin.pdf) is totally unreadable.
Thanks