Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 31,268 for

saveoptions

(0.08 sec)
  1. Გადაიყვანეთ WORD Გამოსახულება Java

    გადაიყვანეთ WORD Გამოსახულება Java ფორმატში კოდით. შეინახეთ WORD როგორც Გამოსახულება Java....docx" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/ka/java/conversion/wo...
  2. Გადაიყვანეთ HTML SVG Java

    გადაიყვანეთ HTML SVG Java ფორმატში კოდით. შეინახეთ HTML როგორც SVG Java....html" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/ka/java/conversion/ht...
  3. Გადაიყვანეთ WORD TIFF Java

    გადაიყვანეთ WORD TIFF Java ფორმატში კოდით. შეინახეთ WORD როგორც TIFF Java....docx" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/ka/java/conversion/wo...
  4. ImageSaveOptions.clone method | Aspose.Words fo...

    ImageSaveoptions.clone method. Creates a deep clone of this object....an image, we can pass a SaveOptions object to // select a pixel...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PdfDigitalSignatureTimestampSettings | Aspose.W...

    Discover the PdfDigitalSignatureTimestampSettings constructor to easily initialize digital signature settings for enhanced document security and compliance....signature and assign it to our SaveOptions object to sign the document...signature and assign it to our SaveOptions object to sign the document...

    reference.aspose.com/words/net/aspose.words.sav...
  6. FontSavingArgs | Aspose.Words for Java

    Provides data for the IFontSavingCallback.fontSavingcom.aspose.words.FontSavingArgs event in Java....docx"); // Configure a SaveOptions object to export fonts to..."Rendering.docx"); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/java/com.aspose.word...
  7. Convert PDF to DOCX in Java | Aspose.PDF | java...

    I use aspose-pdf 21.4 <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-pdf</artifactId> <version>21.4</version> </dependency> And I want to convert pdf f…...DocSaveOptions saveOptions = new DocSaveOptions(); saveOptions.setFormat(DocSaveOptions...setFormat(DocSaveOptions.DocFormat.DocX); saveOptions.setMode(DocSaveOptions.RecognitionMode...

    forum.aspose.com/t/convert-pdf-to-docx-in-java-...
  8. Excel Table Missing Column in HTML output - Fre...

    Dear Aspose. As you can see from example. When table in the sheet is printed as a range, then the column Size (Size) is not printed. Attaching image demonstrating the difference in output: Bug-1313955-Missing-Column-…...xlsx"); HtmlSaveOptions saveOptions = new HtmlSaveOptions { ...workbook.Save("output.html", saveOptions); } } Make sure to adjust...

    forum.aspose.com/t/excel-table-missing-column-i...
  9. Issues with footnotes when converting docx to P...

    Hi, I’m having some issues with footnotes when I convert docx to pdf. For the conversion, I’m using the code below: Document document = new Document("document.docx"); PdfSaveoptions Saveoptions = new PdfSaveoptions(); …...docx"); PdfSaveOptions saveOptions = new PdfSaveOptions(); document...document.save("document.pdf", saveOptions); Below are the cases which...

    forum.aspose.com/t/issues-with-footnotes-when-c...
  10. TextBox Is Not Rendered Correctly When Converti...

    We have a PowerPoint presentation with several text boxes that aren’t converting correctly to PDF. In some cases, the text wraps and displays outside the bounding box. I’ve attached both the PowerPoint and the converted…...Presentation(inputFile)) { PdfOptions saveOptions = new PdfOptions { EmbedFullFonts...Slides.Export.SaveFormat.Pdf, saveOptions); results = "SUCCESS"; }...

    forum.aspose.com/t/textbox-is-not-rendered-corr...