Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 9,665 for

pdfsaveoptions

(0.03 sec)
  1. Declaration|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....xlsx" ); PdfSaveOptions pdfSaveOptions = new PdfSaveOptions (); //...image type, that is, EMF pdfSaveOptions . ImageType = System ....

    docs.aspose.com/cells/net/declaration/
  2. Ինչպես փոխել CSV-ն PDF-ի Java-ում

    Այս կարճ ձեռնարկը մանրամասներ է տալիս Java-ում CSV-ն PDF-ի փոխելու մասին: Դուք կարող եք ֆայլը փոխարկել CSV-ից PDF-ի Java-ում՝ օգտագործելով Windows-ի, Linux-ի կամ macOS-ի մի քանի տող կոդ:...նշված կազմաձևը Ստեղծեք PdfSaveOptions-ի օրինակ՝ ելքային PDF-ում...օգտագործելով կազմաձևված PdfSaveOptions օբյեկտը Այս քայլերում մենք...

    kb.aspose.com/hy/cells/java/how-to-change-csv-t...
  3. SaveOptions.Dml3DEffectsRenderingMode | Aspose....

    Discover the SaveOptions Dml3DEffectsRenderingMode property to easily control 3D effect rendering for enhanced visual quality in your applications....warningCallback ; PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...Save ( ArtifactsDir + "PdfSaveOptions.Dml3DEffectsRenderin.pdf"...

    reference.aspose.com/words/net/aspose.words.sav...
  4. PdfSaveOptions.useBookFoldPrintingSettings prop...

    Pdfsaveoptions.useBookFoldPrintingSettings property. Gets or sets a boolean value indicating whether the document should be saved using a booklet printing layout, if it is specified via [PageSetup.multiplePages](../../../aspose.words/pagesetup/multiplePages/)....useBookFoldPrintingS property PdfSaveOptions.useBookFoldPrintingS property..."Paragraphs.docx" ); // Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PdfSaveOptions.exportDocumentStructure property...

    Pdfsaveoptions.exportDocumentStructure property. Gets or sets a value determining whether or not to export document structure....exportDocumentStruct property PdfSaveOptions.exportDocumentStruct property...aliqua." ); // Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PdfSaveOptions.save_format property | Aspose.Wo...

    Pdfsaveoptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...save_format property PdfSaveOptions.save_format property Specifies...'Heading 1.2.2' ) # Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PdfSaveOptions.export_document_structure proper...

    Pdfsaveoptions.export_document_structure property. Gets or sets a value determining whether or not to export document structure....export_document_structure property PdfSaveOptions.export_document_structure...aliqua.' ) # Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PDF/UA-2 - Free Support Forum - aspose.com

    Hi, when will it be possible to convert Word files to PDF/UA-2. Best regards...docx"); PdfSaveOptions opt = new PdfSaveOptions(); opt.set...

    forum.aspose.com/t/pdf-ua-2/311446
  9. HeaderFooterBookmarksExportMode Enum | Aspose.W...

    Discover how Aspose.Words.Saving.HeaderFooterBookmarksExportMode enhances bookmark export in headers and footers for seamless document management....docx" ); // Create a "PdfSaveOptions" object that we can pass....PDF. PdfSaveOptions saveOptions = new PdfSaveOptions (); //...

    reference.aspose.com/words/net/aspose.words.sav...
  10. 为每个Excel工作表渲染一页PDF 使用C++将Excel转换为PDF|Documentation

    使用Aspose.Cells将每个工作表转换为一页的PDF格式。...option PdfSaveOptions pdfSaveOptions ; pdfSaveOptions . SetOnePagePerSheet...workbook . Save ( outputFile , pdfSaveOptions ); std :: cout << "PDF...

    docs.aspose.com/cells/zh/cpp/render-one-pdf-pag...