Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 9,624 for

pdfsaveoptions

(0.04 sec)
  1. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection::IndexOfKey method. Returns the zero-based index of the specified bookmark in the collection in C++.... auto pdfSaveOptions = MakeObject < PdfSaveOptions > (); SharedPtr...BookmarksOutlineLeve > outlineLevels = pdfSaveOptions -> get_OutlineOptions ()...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. 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...
  3. 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...
  4. PdfCustomPropertiesExport enumeration | Aspose....

    aspose.words.saving.PdfCustomPropertiesExport enumeration. Specifies the way [Document.custom_document_properties](../../aspose.words/document/custom_document_properties/) are exported to PDF file....'My value' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # Set the "custom_properties_export"...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PdfEncryptionDetails.permissions property | Asp...

    PdfEncryptionDetails.permissions property. Specifies the operations that are allowed to a user on an encrypted PDF document...DOCUMENT_ASSEMBLY ) # Create a "PdfSaveOptions" object that we can pass...save_options = aw . saving . PdfSaveOptions () # Enable encryption...

    reference.aspose.com/words/python-net/aspose.wo...
  6. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to How to Set FitToPagesWide and FitToPagesTall using Aspose.Cells library with C++....then you need to set the PdfSaveOptions.GetOnePagePerSheet() property...property of the PdfSaveOptions object. Here is an example in C++:...

    docs.aspose.com/cells/cpp/how-to-print-excel-as...
  7. Fit All Worksheet Columns on Single PDF Page wi...

    Generate a PDF that fits all worksheet columns onto a single page using Aspose.Cells with C++.... The PdfSaveOptions.PaginatedSaveOptions(P...Columns on Single PDF Page PdfSaveOptions.PaginatedSaveOptions(P...

    docs.aspose.com/cells/cpp/fit-all-worksheet-col...
  8. 为每个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...
  9. Track Document Conversion Progress with Node.js...

    Learn how to track document conversion progress in Excel files using Aspose.Cells for Node.js via C++....const pdfSaveOptions = new AsposeCells . PdfSaveOptions (); pdfSaveOptions..."DocumentConversionPr.pdf" ), pdfSaveOptions ); The following is the...

    docs.aspose.com/cells/nodejs-cpp/track-document...
  10. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection::get_Count method. Gets the number of elements contained in the collection in C++.... auto pdfSaveOptions = MakeObject < PdfSaveOptions > (); SharedPtr...BookmarksOutlineLeve > outlineLevels = pdfSaveOptions -> get_OutlineOptions ()...

    reference.aspose.com/words/cpp/aspose.words.sav...