Convert PCL to PDF failes
Evaluating Aspose.pdf for .net. Converting document fails when trying to open. // instantiate LoadOption object using PCL load option Aspose.Pdf.LoadOptions loadopt = new Aspose.Pdf.PclLoadOptions();...
View ArticleConvert HTML to PDF issue
I am using the following code to load an html file and save it as PDF the issue is the main div has an image embeded as background (base64). That image does not show in the rendered pdf also how can I...
View ArticleCan Aspose PDF API convert a web page to a PDF file
Hi,I am looking for the API that can convert a web page to a pdf file by giving a URL. I saw the API sample as below:String basePath = "C:/pdftest/";com.aspose.pdf.HtmlLoadOptions htmloptions = new...
View ArticleDifference in behaviour between Aspose.Pdf.Kit.PdfExtractor and...
HiWhen I use Aspose.Pdf.Facades.PdfExtractor to extract text from a pdf file and save it as a Docx file, after every line of text an empty line gets created. If I implement this using...
View ArticleTiff to PDF Conversion
Hi,I m testing conversion from TIFF to PDF, using this code :try {//Instantiate Pdf instance by calling its empty constructorPdf pdf1 = new Pdf();//Create a new section in the Pdf objectSection sec1 =...
View ArticleMultiPage Tiff to PDF
Hi Aspose Team,I need to convert Multipage tiff to pdf document. I went through the following aspose samples...
View ArticleTIFF to PDF convert - PDF filesize getting over 3 times as big
Hi, im trying to convert the attached TIFF to PDF using the following code: Dim pdf1 As Pdf = New Pdf() Dim sec As Section = pdf1.Sections.Add() Dim ms As MemoryStream = New...
View ArticleDOM API v. Generator API
We have a project where we are generating PDF files from scratch and are interested in using Aspose.Pdf as the engine for creating these documents. In reading through your documentation, How to Use...
View ArticleHow to StrikOut Words in PDF
we have a list of some words and we want to strikout those words in existing pdf. so any body can tell me how can i strikout words in pdf using StrikOutAnnoation class?This is my code which is iam...
View ArticleHow to add notes
We have a list of some words in PDF. I want to add notes(or sticky notes) on such(or specific) words. how can i do this?
View ArticleImageStamp Quality
Hi, i used your sample code:AsposePdf.Document pdfDocument = new AsposePdf.Document(@"D:\input.pdf"); AsposePdf.ImageStamp imageStamp = new AsposePdf.ImageStamp(@"D:\myImage.png");...
View Articleunable to check hasEditPassword property using pdfFileInfo class
Hi ,I am using atatched file to check if it has Open or Edit password or both.I am using below code to check it , but when control goes to fileinfo.HasEditPassword, it is throwing...
View ArticleSign or Certify error on modified file Invalid index: index should be in the...
When trying to sign or certify a pdf to which a page has been added you receive the error:Invalid index: index should be in the range [1..n] where n equals to the pages count.when trying to save. Code...
View ArticlePDF Free hand drawing
Hello,I was wondering if aspose pdf is capable of allowing users to free hand draw on pdf documents? If so - can this be done using the aspose.pdf.java? Are there examples that I can see or use to...
View ArticleConvert a web page to a pdf file
Hi, can Aspose pdf API convert a web page to a pdf file? That is, by giving a URL and render it into a pdf file.This message was posted using Banckle Live Chat 2 Forum
View ArticlePDF to HTML Conversion throwing error
Hi, I've downloaded the .Net samples I was able to build PDF to HTML sample. But when I run it it throws an exception : "An unhandled exception of type 'System.InvalidCastException' occurred in...
View ArticleNoSuchMethod Error JasperReport PDF Exporter with Jasper5.6
Hello,I am using the evaluation version of the JasperReport PDF Exporter to export from jasper 5.6.0 to PDF. My code below, which is modeled after the example code, but uses the jr5_5_0 package,...
View ArticleHeader with HTML is in reverse on PDF file
Hi, I am trying to build a pdf file and header build with Html is printing in reverse..please advise. string strHtml = "<table><tr><td>Test...
View ArticleGetting Empty Excel export
Dears, Am evaluating Aspose.pdf for .Net and am trying to export from PDF to EXCEL using the below code: Document pdfDocument = new Document(@"D:\Data\NET\Media Validator\DATA COLLECTION\Station...
View Article