Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 33,683 for

saveoptions

(0.6 sec)
  1. 使用 C++ 製作 DOC

    通過幾個步驟在 C++ 中創建一個新的 DOC。使用 C++ 庫輕鬆創建 DOC。...Aspose bookmark"); auto saveOptions = MakeObject<PdfSaveOptions>();...ons>(); saveOptions->get_OutlineOptions()->get_BookmarksOutl...

    products.aspose.com/words/zh-hant/cpp/make/doc/
  2. Convert XBRL to iXBRL via Python | products.asp...

    Sample code for XBRL to SEC xlsx report Python conversion. Use API example code for batch XBRL files to SEC xlsx report conversion within Python based applications.... Set SaveOptions for the output file by choosing...target file and relevant SaveOptions as parameters. Conversion...

    products.aspose.com/finance/python-net/conversi...
  3. PageLayoutCallbackArgs Class | Aspose.Words for...

    Discover the Aspose.Words.Layout.PageLayoutCallbackArgs class for efficient document layout management. Enhance your workflow with powerful notification features....pageIndex ) { ImageSaveOptions saveOptions = new ImageSaveOptions (...Document . Save ( stream , saveOptions ); } private int mNum ; }...

    reference.aspose.com/words/net/aspose.words.lay...
  4. Fill.BackColor | Aspose.Words for .NET

    Customize your fill's background color effortlessly with the BackColor property. Easily set or get a Color object for a vibrant design.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientFill.docx" , saveOptions ); See Also class Fill namespace...

    reference.aspose.com/words/net/aspose.words.dra...
  5. PsSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the PsSaveoptions SaveFormat property to easily specify your document's save format. Optimize your workflow with flexible saving options!... PsSaveOptions saveOptions = new PsSaveOptions { SaveFormat...UseBookFoldPrintingS.ps" , saveOptions ); See Also enum SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Aspose::Words::Saving::ImageSaveOptions::get_Pa...

    Aspose::Words::Saving::ImageSaveoptions::get_PageSet method. Gets or sets the pages to render. Default is all the pages in the document in C++.... // We can pass a SaveOptions object to specify a different...different page to render. auto saveOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Aspose::Words::Drawing::GradientStop class | As...

    Aspose::Words::Drawing::GradientStop class. Represents one gradient stop. To learn more, visit the documentation article in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. pdf转docx出现异常,System.NullReferenceException - Fr...

    示例代码: Document pdfDocument = new Document(“d:\test1.pdf");test1.pdf (176.5 KB) DocSaveoptions Saveoptions = new DocSaveoptions(); Saveoptions.Format = DocSaveoptions.DocFormat.DocX; pdfDocument.Save(“d:\test1.docx”, …...DocSaveOptions saveOptions = new DocSaveOptions(); saveOptions.Format...pdfDocument.Save(“d:\test1.docx”, saveOptions); asad.ali September 8, 2021...

    forum.aspose.com/t/pdf-docx-system-nullreferenc...
  9. 将电子邮件保存为 PDF|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.... SaveOptions . DefaultMhtml ); // create...the SaveFormat to Html var saveOptions = new Aspose . Words . Saving...

    docs.aspose.com/email/zh/net/saving-an-email-as...
  10. Stream too long when Saving PDF and using AsEmb...

    Using Aspose PDF version 24.6.0 <PackageVersion Include="Aspose.Pdf" Version="24.6.0" /> Using .Net 8.0.302 test.zip (9.9 MB) Using the PDF inside the ZIP file public void FromPdf() { var sourcePath = "T…...#=zDw3jK1COurbA(Stream #=zgUCURbktTRnA, SaveOptions #=zRR4mkcQ=) at Aspose.Pdf...#=zLC9J6YS6p5Pa(Stream #=z_72GXKC3Ybnl, SaveOptions #=zRR4mkcQ=) at Aspose.Pdf...

    forum.aspose.com/t/stream-too-long-when-saving-...