Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 9,665 for

pdfsaveoptions

(0.03 sec)
  1. PdfSaveOptions.DigitalSignatureDetails | Aspose...

    Discover Pdfsaveoptions DigitalSignatureDetails to easily manage PDF signing details, ensuring secure and efficient document output....DigitalSignatureDeta Contents [ Hide ] PdfSaveOptions.DigitalSignatureDeta property..., "aw" ); // Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/net/aspose.words.sav...
  2. 使用C++在将文档转换为PDF时导出结构|Documentation

    了解如何在使用Aspose.Cells将文档转换为PDF时导出结构信息。... 使用 PdfSaveOptions.GetExportDocumentStr()...#include "Aspose.Cells/PdfSaveOptions.h" using namespace Aspose...

    docs.aspose.com/cells/zh/cpp/export-document-st...
  3. Tables and images getting truncated during tran...

    We are using ASPOSE.Words to convert .doc to .docx. (.NET) During transformation, the tables and images are getting truncated . What settings to use? Please help....VectorWithFallback }; PdfSaveOptions saveOptions = new PdfSaveOptions { MetafileRenderingOpt...issues. PdfSaveOptions saveOptions = new PdfSaveOptions { AdditionalTextPositi...

    forum.aspose.com/t/tables-and-images-getting-tr...
  4. PdfSaveOptions.PreserveFormFields | Aspose.Word...

    Discover how Pdfsaveoptions' PreserveFormFields property retains Microsoft Word form fields in PDFs or converts them to text. Enhance your document quality!...PreserveFormFields Contents [ Hide ] PdfSaveOptions.PreserveFormFields property...the Save method and the PdfSaveOptions class. Document doc = new...

    reference.aspose.com/words/net/aspose.words.sav...
  5. PdfSaveOptions.ZoomBehavior | Aspose.Words for ...

    Discover Pdfsaveoptions ZoomBehavior, control zoom settings for optimal viewing in PDF viewers. Enhance user experience with tailored document display!...ZoomBehavior Contents [ Hide ] PdfSaveOptions.ZoomBehavior property Gets...world!" ); // Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Convert Excel to PDF with C++|Documentation

    Learn how to convert Excel workbooks to PDF format using Aspose.Cells with C++....documents by using the PdfSaveOptions.GetProducer() property...may also opt to use the PdfSaveOptions class to set different...

    docs.aspose.com/cells/cpp/convert-excel-to-pdf/
  7. PdfSaveOptions.Compliance | Aspose.Words for .NET

    Discover the Pdfsaveoptions Compliance property to ensure your PDF documents meet industry standards for quality and compatibility....Compliance Contents [ Hide ] PdfSaveOptions.Compliance property Specifies..."Images.docx" ); // Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Word转pdf时一个大表格,在跨页时没有展示底边框 - Free Support Forum...

    aspose-word-java 22,word中有一个大的表格,后面的单元格并不是合并,仅仅是把边框给隐藏了,只有最底部的单元格才展示底边框,跨页时在word中展示没有问题,但是在通过保存为pdf时就没有显示底部边框 String wordPath = "a.pdf"; File wordFile = new File(wordPath); Pdfsaveoptions Pdfsaveoptions = new PdfSaveO…...File(wordPath); PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); pdfSaveOptions...setCompliance(PdfCompliance.PDF_17); pdfSaveOptions.setFontEmbeddingMode(PdfFontEmbeddingMode...

    forum.aspose.com/t/word-pdf/313027
  9. BookmarksOutlineLevelCollection.Item | Aspose.W...

    Manage your bookmarks effortlessly with the BookmarksOutlineLevelCollection. Set and retrieve outline levels by bookmark name for seamless organization.... PdfSaveOptions pdfSaveOptions = new PdfSaveOptions (); ...BookmarksOutlineLeve outlineLevels = pdfSaveOptions . OutlineOptions . BookmarksOutlineLeve...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Resampling Added Images - Excel to PDF Conversi...

    Learn how to resample added images to reduce PDF size using Aspose.Cells with C++....Instantiate the PdfSaveOptions PdfSaveOptions pdfSaveOptions ; // Set...Image Resample properties pdfSaveOptions . SetImageResample ( 300...

    docs.aspose.com/cells/cpp/resampling-added-imag...