Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 33,600 for

saveoptions

(0.21 sec)
  1. 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...
  2. PDF to PDF with Aspose Words (Aspose TotalNet) ...

    Hello Aspose team, When trying one of your website to process PDF → PDF (Convert PDF To PDF Online) Result is completely different compare when trying to use the code to do this. Maybe you have some working snippet…...Document(stream); PdfSaveOptions saveOptions = new PdfSaveOptions { Compliance...document.Save(pdfStream, saveOptions); pdfStream.Position = 0;...

    forum.aspose.com/t/pdf-to-pdf-with-aspose-words...
  3. 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...
  4. 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-...
  5. 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…...EmlSaveOptions saveOptions = SaveOptions.getDefaultEml(); saveOptions.se...mailMessage.save("outEml", saveOptions); } Explanation setAttac...

    forum.aspose.com/t/body-text-of-msg-file-varies...
  6. 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...
  7. Rendering Task Sheet View | Aspose.Tasks Docume...

    Learn how to render Microsoft Project (MPP/XML) task sheet views using Aspose.Tasks for Java.... Initiate the SaveOptions object with required timescale..."NewProductDev.mpp" ); 6 SaveOptions options = new PdfSaveOptions();...

    docs.aspose.com/tasks/java/rendering-task-sheet...
  8. Segmentation Fault or ApsCustomLineCap issue in...

    Hi, Once again, like the many other posts I’ve made (e.g Aspose.Cells Segmentation Fault when saving to HTML ), I’m still getting segmentation faults when using aspose.cells.node (using the latest version). In this cas…...copy(sheet); const saveOptions = new aspose.HtmlSaveOptions();...HtmlSaveOptions(); saveOptions.setExportDocumentPro(false); saveOptions.set...

    forum.aspose.com/t/segmentation-fault-or-apscus...
  9. Გადაიყვანეთ Გამოსახულება JPG C++

    გადაიყვანეთ Გამოსახულება JPG C++ ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც JPG C++....png"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/ka/cpp/conversion/ima...
  10. Გადაიყვანეთ Გამოსახულება PNG C++

    გადაიყვანეთ Გამოსახულება PNG C++ ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც PNG C++....png"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/ka/cpp/conversion/ima...