|
|
Tag Browser: aspose.pdf
11 second(s)
-
Hello,I have an existing pdf created using Aspose.Words for java api.Now I want to include in this pdf an auto print capability, so that, when the user open the pdf, he'll get automatically the acrobat print dialog.Question : the Aspose.Pdf for java include Javascript(s) classes, is it possible to do that with Aspose.Pdf (I mean Aspose.Pdf NO ...
-
I am trying to apply a background image through xsl fo, it is not working, any input would be appreciated.As you can see, it is not a problem finding the image, as it is able to be added as an external graphic.TestBG.fo<?xml version=''1.0'' encoding=''utf-8''?><fo:root xmlns:fo=''http://www.w3.org/1999/XSL/Format''> ...
-
Hi,I can't manage to convert a PPT or PPTX to secure PDF. I only managed to convert it to a regular PDF, or to a secure PDF but with no content. I'm using Aspose.Slides 5.6.0.0.Could you please help me out? Thanks.Here is my code (with secure PDF code commented out):public byte[] ToSecurePdf(byte[] sfDocument, String extension){ ...
-
I have created a table with following code
Aspose.Pdf.Table tblMainHeader = new Aspose.Pdf.Table();
tblMainHeader.IsFitToPage = true;
tblMainHeader.ColumnWidths = (''550'');
Aspose.Pdf.Row rDoc = tblMainHeader.Rows.Add();
rDoc.DefaultCellTextInfo.BackgroundColor = new Aspose.Pdf.Color(''Green'');
rDoc.DefaultCellTextInfo.Color = new ...
-
Hi Nausherwan,
I downloaded the v6.5 today and tested with the solution I had sent to you. My case number is PDFNEWNET-32259.
Now I get following error
''Object reference not set to an instance of an object.'' and inner exception is null and stack trace is
'' at ..( ) at ...ctor( ) at ..( ...
-
Hi Rashid,
Thanks for the reply. Ok, so what is the solution meanwhile? How did you resolve it and is there something I can use right now? or do I have to wait for 6.5 release?
Thanks,
Salil
-
Hi Nausherwan,
Any luck on this issue. Any response will be appreciated.
Thanks,
Salil
-
Hello.We used to use the Aspose.PDF.Kit to extract images from PDFs sent from our clients.The PDFs rarely have text in but are scanned documents (timesheets etc.).After running into a few regular problems with the Aspose.Kit.PdfConverter (application exits) we recently purchased the new Aspose.Pdf (v 6.3), however after release our users began to ...
-
I am trying to save a bunch of files and concatenating it to one pdf file.I just want to know if there is an event/callback trigger to let us know when the save is completed and the document saved to the file system?
-
Hi Rashid,
I am attaching a sample VS 2010 solution which includes two seperate pdf's. The names are obvious. I am able to push & pull data in to & from the ''WithoutSecurity.pdf. But when I try push data in to ''WithSecurity.pdf'' or try get all the fields what happens is all the fields are removed and you cannot fill any data ...
1 ...
|
|