Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 3,915 for

pdf attachment

(2.06 sec)
  1. FixedPageSaveOptions | Aspose.Words for Java

    Contains common options that can be specified when saving a document into fixed page formats Pdf XPS images etc in Java....document into fixed page formats (PDF, XPS, images etc). To learn more...documents that do not have attached templates. Document doc =...

    reference.aspose.com/words/java/com.aspose.word...
  2. What's new in Aspose.Cells for .NET|Documentation

    Aspose.Cells for .NET expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....Support pdf object stream while converting workbook to pdf Workbook...the generated pdf file while converting to pdf Support to calculate...

    docs.aspose.com/cells/net/what-s-new-in-aspose-...
  3. Work with Digital Signatures in C#|Aspose.Words...

    Digitally sign documents and detect, count, verify, and remove existing digital signatures using C#....sign the generated document in PDF or XPS format. Limitations of...and how to sign a generated PDF document. Sign a Document Aspose...

    docs.aspose.com/words/net/working-with-digital-...
  4. Aspose.Words - Opening non-Word files has diffe...

    We’ve recently renewed our Aspose.Total for Java license and was additionally looking to see about bumping to the latest versions of the Aspose.Xxx families of products. One post-processing flow we have converts Office …...converts Office documents to a PDF, but I’m noticing a difference...save(outputPath, SaveFormat.PDF) } } Note that the isSupported...

    forum.aspose.com/t/aspose-words-opening-non-wor...
  5. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var document = new Document("input.docx"); for (int page = 0; page < document.PageCount; page++) { Document extractedPage = document.ExtractPages(page, 1); // startindex and count string …...document from Word to PDF results in a PDF with 3 pages. However...same error with the document attached. I’ve catching the scenario...

    forum.aspose.com/t/document-extractpages-yields...
  6. Due to high volume of footnote text is overlapp...

    Hello, When we convert .docx file into Pdf then footnote is overlapping with text. So, can you please suggest that what is root cause of overlapping footnote with text and how can we fix this issue....docx file into pdf then footnote is overlapping...@RiteshK10 Could you please attach your problematic input and...

    forum.aspose.com/t/due-to-high-volume-of-footno...
  7. QRCode not recognized in TIFF image (Aspose.Bar...

    Hi, I'm having issues with the latest version of Aspose.Barcode library. Am trying to recognize barcodes in TIFF images, but it always does not recognize any of them. I tested the same images on eg. http://zxing.org/w/de…... Attaching the images - TIFF and JPEG...to recognize them. I have attached a zip file for your reference...

    forum.aspose.com/t/qrcode-not-recognized-in-tif...
  8. Footer text showing in grey colour in Word docs...

    Hi In Aspose Words for Java, we are using the following code snippet for inserting the footer text for (Section s : doc.getSections()) { s.getPageSetup().setDifferentFirstPageHeaderFooter(false); s.getPageSetup…...print or convert the document to PDF header/footer content is rendered...printed or convert the document to PDF? alexey.noskov July 16, 2025...

    forum.aspose.com/t/footer-text-showing-in-grey-...
  9. Error on loading HEIC - Free Support Forum - as...

    Hello Support, loading the attached HEIC files with Imaging cause following exception: Message: Aspose.Imaging.CoreExceptions.ImageSaveException : Image saving failed. ----> Aspose.Imaging.CoreExceptions.ImageSaveEx…...Hello Support, loading the attached HEIC files with Imaging cause...exportOptions); //Save image to pdf var pdfexportOptions = new Aspose...

    forum.aspose.com/t/error-on-loading-heic/315108
  10. PclSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PCL format in Java....documents that do not have attached templates. Document doc =...style updating, but do not attach a template document. doc.s...

    reference.aspose.com/words/java/com.aspose.word...