Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 34,060 for

saveoptions

(0.19 sec)
  1. FontSavingArgs.Bold | Aspose.Words for .NET

    Discover the FontSavingArgs Bold property to easily determine if your font is bold. Enhance your typography for better readability and design....docx" ); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/net/aspose.words.sav...
  2. FontSavingArgs.Document | Aspose.Words for .NET

    Discover the FontSavingArgs property to access the document object during save operations, enhancing your document management efficiency....docx" ); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/net/aspose.words.sav...
  3. FontSavingArgs.FontFamilyName | Aspose.Words fo...

    Discover the FontSavingArgs FontFamilyName property to easily manage and customize your font family for enhanced design flexibility....docx" ); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/net/aspose.words.sav...
  4. HtmlSaveOptions.exportLanguageInformation prope...

    HtmlSaveoptions.exportLanguageInformation property. Specifies whether language information is exported to HTML, MHTML or EPUB...document to HTML, we can pass a SaveOptions object // to either preserve...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FontSavingArgs.document property | Aspose.Words...

    FontSavingArgs.document property. Gets the document object that is being saved....docx" ); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FontSavingArgs.fontFamilyName property | Aspose...

    FontSavingArgs.fontFamilyName property. Indicates the current font family name....docx" ); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. HtmlSaveOptions.export_language_information pro...

    HtmlSaveoptions.export_language_information property. Specifies whether language information is exported to HTML, MHTML or EPUB...document to HTML, we can pass a SaveOptions object # to either preserve...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose.words for java,保存pdf附件出现乱码 - Free Suppor...

    原始需求:将word转成pdf,同时将word中各种类型的附件也转成pdf并拼接到后面。 遇到问题:遇到pdf格式的附件保存后存在许多乱码页 部分代码: aspose-words: 24.11 aspose-cells: 25.1 OS: Oracle Linux Server 8.5 List<byte[]> attachmentPdfs = new ArrayList<>(); Document document = …...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setCom...setCompliance(PdfCompliance.PDF_17); saveOptions.setUpdateFields(false); ...

    forum.aspose.com/t/aspose-words-for-java-pdf/32...
  9. Converting DOCX to PDF. Table width distortion ...

    Hi! The file “test.docx” was edited in a JS editor and saved as “test (after JS editor).docx”. Then, the file “test (after JS editor).docx” was converted to “test.pdf” using Aspose.Words. In “test.pdf”, the table widt…...Save as PDF PdfSaveOptions saveOptions = new PdfSaveOptions(); doc...doc.Save(@"test.pdf", saveOptions); // Java example import com...

    forum.aspose.com/t/converting-docx-to-pdf-table...
  10. Rendering Gantt Charts with Aspose.Tasks for Ja...

    Learn how to render Gantt charts from project files using Aspose.Tasks for Java, supporting various timescale resolutions....During Rendering If the SaveOptions.RollUpGanttBars property...on the Gantt chart.) If SaveOptions.RollUpGanttBars = false,...

    docs.aspose.com/tasks/java/rendering-gantt-chart/