Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 13,737 for

pdfsaveoptions

(0.13 sec)
  1. PdfSaveOptions.export_language_to_span_tag prop...

    Pdfsaveoptions.export_language_to_span_tag property. Gets or sets a value determining whether or not to create a Span tag in the document structure to export the text language....export_language_to_span_tag property PdfSaveOptions.export_language_to_span_tag...This value is ignored when PdfSaveOptions.export_document_structure...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 指定在输出 PDF 和图片中如何交叉字符串,由 C++ 实现|Documentation

    学习如何使用 Aspose.Cells for C++ 控制 PDF 和图片输出中的文本溢出。...options PdfSaveOptions pdfSaveOptions ; pdfSaveOptions . SetTextCrossType..."outputCrosssType.pdf" , pdfSaveOptions ); // Initialize image...

    docs.aspose.com/cells/zh/cpp/specify-how-to-cro...
  3. PdfSaveOptions.useSdtTagAsFormFieldName propert...

    Pdfsaveoptions.useSdtTagAsFormFieldName property. Specifies whether to use SDT control Tag or Id property as a name of form field in PDF....useSdtTagAsFormField property PdfSaveOptions.useSdtTagAsFormField property...saveOptions = new aw . Saving . PdfSaveOptions (); saveOptions . preserveFormFields...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Add a page break in excel at end of each page i...

    Hello, I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6. Currently I am using below code for conversion: final PageSetup pgSetup = curSheet.getPageSetup(); if (pgSetup != null && …...to PDF PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...true. PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    forum.aspose.com/t/add-a-page-break-in-excel-at...
  5. PsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PS format in Java....docx"); // Create a "PdfSaveOptions" object that we can pass...color. PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); {...

    reference.aspose.com/words/java/com.aspose.word...
  6. 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....docx"); // Create a "PdfSaveOptions" object that we can pass...color. PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); {...

    reference.aspose.com/words/java/com.aspose.word...
  7. PdfSaveOptions.embed_full_fonts property | Aspo...

    Pdfsaveoptions.embed_full_fonts property. Controls how fonts are embedded into the resulting PDF documents....embed_full_fonts property PdfSaveOptions.embed_full_fonts property...get_available_fonts ()])) # Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/python-net/aspose.wo...
  8. How to Convert XLSX to PDF having Restricted Pe...

    This topic provides details about how to convert XLSX to PDF having restricted permissions using C#....output PDF file, initialize PDFSaveOptions instance To set security...SecurityOptions parameter in PDFSaveOptions instance Set the copy/extract...

    kb.aspose.com/cells/net/how-to-convert-xlsx-to-...
  9. Change pages only after comparison - Free Suppo...

    Hi, docA = aw.Document( "DocumentA.docx") docB = aw.Document("DocumentA_corrected.docx") options = aw.comparing.CompareOptions() options.ignore_formatting = True options.ignore_headers_and_footers = True o…...save those pages using PdfSaveOptions . Here’s a code example...add(pageIndex); } } // Create PdfSaveOptions and set the pages to save...

    forum.aspose.com/t/change-pages-only-after-comp...
  10. 指定如何在输出的PDF和图片中交叉字符串,用JavaScript via C++|Docume...

    学习如何通过指定交叉类型控制输出PDF/图片中的文本溢出,使用Aspose.Cells for JavaScript via C++。...Workbook , SaveFormat , PdfSaveOptions , ImageOrPrintOptions ...options const pdfSaveOptions = new PdfSaveOptions (); // Set text...

    docs.aspose.com/cells/zh/javascript-cpp/specify...