Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 9,623 for

pdfsaveoptions

(0.07 sec)
  1. Aspose::Words::Saving::FixedPageSaveOptions::ge...

    Aspose::Words::Saving::FixedPageSaveOptions::get_ColorMode method. Gets or sets a value determining how colors are rendered in C++....docx" ); // Create a "PdfSaveOptions" object that we can pass...color. auto pdfSaveOptions = MakeObject < PdfSaveOptions > (); pdfSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Render Solid Gridline while converting Excel to...

    Learn how to render solid gridlines while converting Excel to PDF using Aspose.Cells with C++.... With the option PdfSaveOptions.PaginatedSaveOptions(P...solid line PdfSaveOptions pdfSaveOptions ; pdfSaveOptions . SetGridlineType...

    docs.aspose.com/cells/cpp/render-solid-gridline...
  3. Export Document Structure While Converting to P...

    Learn how to export document structure while converting to PDF with Aspose.Cells in C++.... With option PdfSaveOptions.GetExportDocumentStr()...#include "Aspose.Cells/PdfSaveOptions.h" using namespace Aspose...

    docs.aspose.com/cells/cpp/export-document-struc...
  4. ColorMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.ColorMode enum for optimized color rendering. Enhance your document's visual appeal with precise color settings....docx" ); // Create a "PdfSaveOptions" object that we can pass...color. PdfSaveOptions pdfSaveOptions = new PdfSaveOptions { ColorMode...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Aspose::Words::Saving::ColorMode enum | Aspose....

    Aspose::Words::Saving::ColorMode enum. Specifies how colors are rendered in C++....docx" ); // Create a "PdfSaveOptions" object that we can pass...color. auto pdfSaveOptions = MakeObject < PdfSaveOptions > (); pdfSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. PdfSaveOptions.createNoteHyperlinks property | ...

    Pdfsaveoptions.createNoteHyperlinks property. Specifies whether to convert footnote/endnote references in main text story into active hyperlinks...createNoteHyperlinks property PdfSaveOptions.createNoteHyperlinks property...endnotes.docx" ); // Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PdfImageColorSpaceExportMode Enum | Aspose.Word...

    Discover the Aspose.Words PdfImageColorSpaceExportMode enum to optimize image color selection in your PDF documents for stunning visuals....png" ); // Create a "PdfSaveOptions" object that we can pass...PDF. PdfSaveOptions pdfSaveOptions = new PdfSaveOptions (); //...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose::Words::Saving::PdfImageCompression enum...

    Aspose::Words::Saving::PdfImageCompression enum. Specifies the type of compression applied to images in the PDF file in C++....png" ); // Create a "PdfSaveOptions" object that we can pass...PDF. auto pdfSaveOptions = MakeObject < PdfSaveOptions > (); //...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. 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
  10. 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...