Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 22,660 for

loadoptions

(0.31 sec)
  1. After convert to pdf, the tablelayout are diffe...

    pdf: word:...my code: LoadOptions loadOptions = new LoadOptions(); loadOptions...Document(byteArrayInputStream,loadOptions); doc.getLayoutOptions()...

    forum.aspose.com/t/after-convert-to-pdf-the-tab...
  2. EPUB to PDF Merge using Java | Aspose.PDF

    Combine two or more EPUB documents into one PDF single file programmatically with Java sample code using Aspose.PDF for Java... LoadOptions . PageSizeAdjustmentMo .... ( com . aspose . pdf . LoadOptions . MarginsAreaUsageMode ....

    products.aspose.com/pdf/java/merger/epub-to-pdf/
  3. Aspose::Words::Saving::DocSaveOptions class | A...

    Aspose::Words::Saving::DocSaveOptions class. Can be used to specify additional options when saving a document into the Doc or Dot format. To learn more, visit the documentation article in C++....DocSaveOptions object in a LoadOptions object. ASSERT_THROW ( static_cast...IncorrectPasswordExc ); auto loadOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Body Text of msg file varies every time the fil...

    SampleFiles.zip (217.6 KB) Aspose Team, We use the Aspose Email java package to get body text from msg files, and we found out that the extracted body text of some msg files looks like the followi g and it varies every…...Are you using any custom LoadOptions or modifying the MailMessage...sample code I did not use any LoadOptions, but we use the following...

    forum.aspose.com/t/body-text-of-msg-file-varies...
  5. Merge 3MF File Formats via Java | products.aspo...

    Sample Java merge 3MF file. Use this example code to merge 3MF file within any Web or Desktop Java based application....subScene = new Scene(); LoadOptions opt = fmt.createLoadOptions();...subScene2 = new Scene(); LoadOptions opt2 = fmt2.createLoadOptions();...

    products.aspose.com/3d/java/merger/3mf/
  6. Merge VRML File Formats via Java | products.asp...

    Sample Java merge VRML file. Use this example code to merge VRML file within any Web or Desktop Java based application....subScene = new Scene(); LoadOptions opt = fmt.createLoadOptions();...subScene2 = new Scene(); LoadOptions opt2 = fmt2.createLoadOptions();...

    products.aspose.com/3d/java/merger/vrml/
  7. Merge DAE File Formats via Java | products.aspo...

    Sample Java merge DAE file. Use this example code to merge DAE file within any Web or Desktop Java based application....subScene = new Scene(); LoadOptions opt = fmt.createLoadOptions();...subScene2 = new Scene(); LoadOptions opt2 = fmt2.createLoadOptions();...

    products.aspose.com/3d/java/merger/dae/
  8. Aspose.PSD for .NET 18.10 - Release Notes|Docum...

    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....psd" ; var loadOptions = new PsdLoadOptions () {...Image . Load ( testPath , loadOptions ) using ( im ) { var effect...

    docs.aspose.com/psd/net/aspose-psd-for-net-18-1...
  9. Load Workbook with Specified Printer Paper Size...

    Learn how to set the printer paper size while loading a workbook using Aspose.Cells for JavaScript via C++....your workbook using the LoadOptions.paperSize(PaperSizeType)...illustrates the usage of the LoadOptions.paperSize(PaperSizeType)...

    docs.aspose.com/cells/javascript-cpp/load-workb...
  10. TxtLeadingSpacesOptions | Aspose.Words for Java

    Specifies available options for leading space handling during import from LoadFormat.TEXT file in Java.... TxtLoadOptions loadOptions = new TxtLoadOptions(); //...from every line's start. loadOptions.setLeadingSpacesOpti(txtLeadingSpacesOpti);...

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