Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 33,584 for

saveoptions

(0.08 sec)
  1. Გადაიყვანეთ PDF PNG C#

    გადაიყვანეთ PDF PNG C# ფორმატში კოდით. შეინახეთ PDF როგორც PNG C#....pdf" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/ka/net/conversion/pdf...
  2. Save Presentations in Java|Aspose.Slides Docume...

    Discover how to save presentations in Java using Aspose.Slides—export to PowerPoint or OpenDocument while retaining layouts, fonts and effects....interface and the abstract SaveOptions class. Assign an IProgressCallback...ISaveOptions saveOptions = new PdfOptions (); saveOptions . setProgressCallback...

    docs.aspose.com/slides/java/save-presentation/
  3. MailMerger.execute method | Aspose.Words for Py...

    aspose.words.lowcode.MailMerger.execute method... SaveOptions , field_names : List [ str...file name. save_options SaveOptions The output’s save options...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 使用 C++ 製作 DOCX

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

    products.aspose.com/words/zh-hant/cpp/make/docx/
  5. 使用 C++ 製作 WORD

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

    products.aspose.com/words/zh-hant/cpp/make/word/
  6. Aspose.word save pdf 样式错误 - Free Support Forum ...

    Document doc = new Document(“template.docx”); DocumentBuilder builder = new DocumentBuilder(doc); builder.moveToDocumentEnd(); builder.writeln(“test.”); Saveoptions Saveoptions = Saveoptions.createSaveoptions(SaveFor…...”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat...createSaveOptions(SaveFormat.PDF); saveOptions.setMemoryOptimizatio(true);...

    forum.aspose.com/t/aspose-word-save-pdf/321219
  7. Warnings When Saving to PDF/A and PDF/UA|Aspose...

    PDF/A and PDF/UA impose accessibility requirements related to document content. When saving to PDF/A or PDF/UA in C# and the issue violates compliance, a warning is issued....PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions . WarningCallback.... Save ( "output.pdf" , saveOptions ); Q: What should I do to...

    docs.aspose.com/words/net/warnings-when-saving-...
  8. Convert a Document to an Image in C++|Aspose.Wo...

    Convert a document to image format (JPG, PNG, etc). Create a document preview or create a document scan to send an invoice....FixedPageSaveOptions or SaveOptions , but there are also options...doc->Save(u"output.jpg", saveOptions); . Q: Can I convert only...

    docs.aspose.com/words/cpp/convert-a-document-to...
  9. Aspose::Words::Saving::TxtSaveOptionsBase::get_...

    Aspose::Words::Saving::TxtSaveoptionsBase::get_ExportHeadersFootersMode method. Specifies the way headers and footers are exported to the text formats. Default value is PrimaryOnly in C++.... auto saveOptions = System :: MakeObject <...the end of the document. saveOptions -> set_ExportHeadersFooters...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. .dwg files to .glb or .glTf converting using yo...

    Hello, This request is created on behalf of Lucas Howland LHowland@rationalenterprise.com I have a few questions about some other capabilities of aspose libraries outside of Aspose.Words for java if you could assist or…...fromFile(convertedObj); var saveOptions = new GltfSaveOptions(FileFormat...scene.save(convertedGltf, saveOptions); } We additionally tried...

    forum.aspose.com/t/dwg-files-to-glb-or-gltf-con...