Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 6,237 for

box

(0.07 sec)
  1. Convert PDF to PPTX in Rust|Aspose.PDF for Rust...

    Aspose.PDF allows you to convert PDF to PPTX format using Rust....; fn main () -> Result < (), Box < dyn std :: error :: Error >>...

    docs.aspose.com/pdf/rust-cpp/convert-pdf-to-pow...
  2. Create AcroForms using using C++|Aspose.PDF for...

    This section explains how to create AcroForms from scratch in your PDF documents with Aspose.PDF for C++....textBoxField -> set_Value ( u "Text Box" ); // TextBoxField.Border =...Adding ComboBox field A Combo Box is a form field which will add...

    docs.aspose.com/pdf/cpp/create-form/
  3. Really weird large redaction black boxes - Free...

    Hi all, I am trying to write redaction for PDF documents. For the vast majority of redactions I am completing, the PDF document redacts properly, however I am getting some weird large Boxes that pop up: image.png (631 …...weird large redaction black boxes Aspose.PDF Product Family aspose-pdf-python...am getting some weird large boxes that pop up: image.png (631...

    forum.aspose.com/t/really-weird-large-redaction...
  4. StructuredDocumentTag.checked property | Aspose...

    StructuredDocumentTag.checked property. Gets/Sets current state of the CheckBox SDT...document tag in the form of a check box. doc = aw . Document () builder...DocumentBuilder ( doc = doc ) sdt_check_box = aw . markup . StructuredDocumentTa...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TextBox.internal_margin_left property | Aspose....

    TextBox.internal_margin_left property. Specifies the inner left margin in points for a shape....internal margins for a text box. doc = aw . Document () builder...with specific margins. text_box_shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  6. How to crop PDF | Aspose.PDF

    Do you know how easily crop PDF documents using Python? Crop PDF files with high quality using Python PDF library....Choose the type of box and create new_box Rectangle Save the...input_pdf ) # Create new Box Rectagle new_box = ap . Rectangle ( 100...

    products.aspose.com/pdf/tutorial/crop-pdf/
  7. Protect and Unprotect Worksheet|Documentation

    Protect and unprotect worksheet of Excel files with Aspose.Cells for Python via Java....Enter a password in the Password box . Select the Allow options. Select...

    docs.aspose.com/cells/python-java/protect-and-u...
  8. Find if the Worksheet is Dialog Sheet|Documenta...

    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....format that contains a dialog box. Such a sheet could be inserted...

    docs.aspose.com/cells/python-java/find-if-the-w...
  9. Configuring Aspose.Cells.ReportingServices Clie...

    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....get the Retrieve Report dialog box. Click the Config button and...

    docs.aspose.com/cells/reportingservices/configu...
  10. Rotate PDF Pages with Rust via C++|Aspose.PDF f...

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with Rust via C++...}; fn main () -> Result < (), Box < dyn std :: error :: Error >>...

    docs.aspose.com/pdf/rust-cpp/rotate-pages/