Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 32,698 for

saveoptions

(0.18 sec)
  1. Convert PDF to markdown error - Free Support Fo...

    Code : var doc = new Document(filename); doc.Save(fileout, SaveFormat.Markdown); Error stack : System.NullReferenceException: Object reference not set to an instance of an object. at #=zFz9$AL7bjxwHUuimODfFc8swDug…...#=zrO8FjNQBRWPB(String #=zIRfqktcuWgdf, SaveOptions #=z5hrkyKQ=) at Aspose.Pdf...#=zORns2n_QCEsH(String #=zIRfqktcuWgdf, SaveOptions #=z5hrkyKQ=) at Aspose.Pdf...

    forum.aspose.com/t/convert-pdf-to-markdown-erro...
  2. Aspose::Words::LowCode::Splitter::ExtractPages ...

    Aspose::Words::LowCode::Splitter::ExtractPages method. Extracts a specified range of pages from a document stream and saves the extracted pages to an output stream using the specified save format in C++....System::SharedPtr<Aspose::Words::Saving::SaveOptions>&, int32_t, int32_t) method...Words :: Saving :: SaveOptions > & saveOptions , int32_t startPageIndex...

    reference.aspose.com/words/cpp/aspose.words.low...
  3. PdfSaveOptions.PageMode | Aspose.Words for .NET

    Discover how the PdfSaveoptions PageMode property enhances your PDF viewing experience by customizing document display in any PDF reader.... PdfSaveOptions saveOptions = new PdfSaveOptions ();...pane in the output PDF. saveOptions . PageMode = PdfPageMode...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Aspose::Words::Saving::MarkdownSaveOptions::get...

    Aspose::Words::Saving::MarkdownSaveoptions::get_TableContentAlignment method. Gets or sets a value that specifies how to align contents in tables when exporting into the Markdown format. The default value is Auto in C++....Write ( u "Cell2" ); auto saveOptions = System :: MakeObject <...MarkdownSaveOptions > (); saveOptions -> set_TableContentAlignmen...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Aspose::Words::Saving::OdtSaveOptions::get_Meas...

    Aspose::Words::Saving::OdtSaveoptions::get_MeasureUnit method. Allows to specify units of measure to apply to document content. The default value is Centimeters in C++....docx" ); auto saveOptions = System :: MakeObject <...:: OdtSaveOptions > (); saveOptions -> set_MeasureUnit ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Aspose.Words Convert Docx to HTML Header missin...

    Hello. We have tried converting the following document to html: docHeaderOnly.docx (53.2 KB) We are using latest version of [Aspose.Words 25.6.0], in .net8. The code used is the following: var docxFilePath = "docHead…...html"; var saveOptions = new Aspose.Words.Saving...docxDocument.Save(docxSavePath, saveOptions); We end up with an empty...

    forum.aspose.com/t/aspose-words-convert-docx-to...
  7. MailMerger.ExecuteWithRegions | Aspose.Words fo...

    Streamline your document creation with MailMerger's ExecuteWithRegions method. Effortlessly merge DataTables into documents using customizable regions....ExecuteWithRegions( string, string, SaveOptions , DataTable, MailMergeOptions...string outputFileName , SaveOptions saveOptions , DataTable dataTable...

    reference.aspose.com/words/net/aspose.words.low...
  8. SaveOptions.UpdateLastSavedTimeProperty | Aspos...

    Optimize your Saveoptions with the UpdateLastSavedTimeProperty. Control LastSavedTime updates for efficient data management and enhanced performance....UpdateLastSavedTimeP Contents [ Hide ] SaveOptions.UpdateLastSavedTimeP property...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions (); saveOptions . UpdateLastSavedTimeP...

    reference.aspose.com/words/net/aspose.words.sav...
  9. IDocumentSavingCallback Interface | Aspose.Word...

    Implement the Aspose.Words.Saving.IDocumentSavingCallback interface to create custom save methods for documents, enhancing your document management solutions.... HtmlSaveOptions saveOptions = new HtmlSaveOptions ( saveFormat...ProgressCallback.{ext}" , saveOptions )); Assert . That ( exception...

    reference.aspose.com/words/net/aspose.words.sav...
  10. MarkdownOfficeMathExportMode | Aspose.Words for...

    Specifies how Aspose.Words exports OfficeMath to Markdown in Java....MarkdownSaveOptions saveOptions = new MarkdownSaveOptions(); saveOptions.set...OfficeMathExportMode.md", saveOptions); Shows how to export OfficeMath...

    reference.aspose.com/words/java/com.aspose.word...