Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 13,737 for

pdfsaveoptions

(0.06 sec)
  1. PdfDigitalSignatureTimestampSettings.timeout pr...

    PdfDigitalSignatureTimestampSettings.timeout property. Time-out value for accessing timestamp server....' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # Create a digital signature...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PDF|Documentation

    Learn how to convert Excel to PDF with Aspose.Cells for Python via .NET API....output documents by the PdfSaveOptions.producer property. Direct...may also opt to use the PdfSaveOptions class to set different...

    docs.aspose.com/cells/python-net/convert-excel-...
  3. Ինչպես փոխարկել Excel-ը PDF-ի՝ օգտագործելով Pyt...

    Այս կարճ ձեռնարկը նկարագրում է, թե ինչպես փոխարկել Excel-ը PDF-ի, օգտագործելով Python-ը: Դուք կսովորեք ստեղծել աշխատանքային գիրք և օգտագործելով Python Excel-ը PDF-ի փոխակերպումը մանրամասն քայլերի և գործարկվող Python կոդի օգնությամբ:...փորձարկելու համար Պատկերացրեք PdfSaveOptions դասի օբյեկտը Python-ի կողմից...հատկություններ՝ օգտագործելով PdfSaveOptions դասի օրինակը, որը կարող...

    kb.aspose.com/hy/cells/python/how-to-convert-ex...
  4. Convert Excel to PDF with Golang via C++|Docume...

    Learn how to convert Excel workbooks to PDF format using Aspose.Cells with Golang via C++....documents by using the PdfSaveOptions.GetProducer() property...may also opt to use the PdfSaveOptions class to set different...

    docs.aspose.com/cells/go-cpp/convert-excel-to-pdf/
  5. DownsampleOptions.resolution property | Aspose....

    DownsampleOptions.resolution property. Specifies the resolution in pixels per inch which the images should be downsampled to....docx' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # By default, Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  6. PdfEncryptionDetails.userPassword property | As...

    PdfEncryptionDetails.userPassword property. Specifies the user password required for opening the encrypted PDF document....DocumentAssembly ); // Create a "PdfSaveOptions" object that we can pass...saveOptions = new aw . Saving . PdfSaveOptions (); // Enable encryption...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Display Multiple Columns in Rendered Gantt Char...

    Learn how to display customized Gantt chart columns while export in graphical formats (PDF, PNG, JPEG) using Aspose.Tasks for .NET....from SaveOptions , such as PdfSaveOptions for PDF format. SaveOptions...Copy 1 PdfSaveOptions saveOptions = new PdfSaveOptions() 2 { 3...

    docs.aspose.com/tasks/net/display-multiple-colu...
  8. PdfDigitalSignatureDetails.signature_date prope...

    PdfDigitalSignatureDetails.signature_date property. Gets or sets the date of the signing....pfx' , 'aw' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # Configure the "di...

    reference.aspose.com/words/python-net/aspose.wo...
  9. XamlFixedSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XAML_FIXED format in Java....docx"); // Create a "PdfSaveOptions" object that we can pass...color. PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); {...

    reference.aspose.com/words/java/com.aspose.word...
  10. Incorrect HTML to PDF conversion result using J...

    Tried to convert the HTML file included here: test_aspose.zip (1.5 KB) using the following Java code: public StreamingResponseBody asposePdf(@RequestParam(name="html") final String htmlInput) throws Exception { fina…...lic")); final var pdfSaveOptions = new com.aspose.html.saving...saving.PdfSaveOptions(); pdfSaveOptions.setJpegQuality(100);...

    forum.aspose.com/t/incorrect-html-to-pdf-conver...