Sort Score
Result 10 results
Languages All
Labels All
Results 4,451 - 4,460 of 187,800 for

page

(0.22 sec)
  1. Remove Shape Protection|Documentation

    This section explains how to remove shape protection using Aspose.Diagram for Python via Java....vsd" ) # get page by name page = diagram . getPages ()...) # get shape by ID shape = page . getShapes () . getShape (...

    docs.aspose.com/diagram/python-java/remove-shap...
  2. Branded survey|Documentation

    A customer satisfaction survey decorated with your logo....in the template to the global page settings when generating a printable..."children" : [ { "element_type" : "Page" , "children" : [ { "element_type"...

    docs.aspose.com/omr/net/json-markup/examples/br...
  3. Aspose::Words::Section::get_PageSetup method | ...

    Aspose::Words::Section::get_PageSetup method. Returns an object that represents Page setup and section properties in C++....Returns an object that represents page setup and section properties...border at the top of the first page. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words/sec...
  4. SSN NOt Getting Redacted - Free Support Forum -...

    I’m reaching out to explore solutions for scanning text and performing OCR on PDF documents to redact PII information. We are looking to process approximately 1 million PDFs every day, and I am keen to understand the bes…...Pages.Accept(absorber); // Iterate...through all pages foreach (Page page in pdfDocument.Pages) { //TextFragmentAbsorber...

    forum.aspose.com/t/ssn-not-getting-redacted/316872
  5. Convert MHTML to XPS – Aspose.HTML for .NET

    Convert MHTML to XPS in C# using Aspose.HTML for .NET. Consider the supported MHTML to XPS conversion scenarios in C# examples....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/html/net/convert-mhtml-to-xps/
  6. Փոխարկել WORD PNG Python

    Փոխարկեք WORD ը PNG ձևաչափի Python կոդով: Պահեք WORD որպես PNG օգտագործելով Python:...PNG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .png" , save_options)...

    products.aspose.com/words/hy/python-net/convers...
  7. Փոխարկել TEXT JPG Python

    Փոխարկեք TEXT ը JPG ձևաչափի Python կոդով: Պահեք TEXT որպես JPG օգտագործելով Python:...JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

    products.aspose.com/words/hy/python-net/convers...
  8. Փոխարկել PDF SVG Python

    Փոխարկեք PDF ը SVG ձևաչափի Python կոդով: Պահեք PDF որպես SVG օգտագործելով Python:...SVG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .svg" , save_options)...

    products.aspose.com/words/hy/python-net/convers...
  9. Փոխարկել PDF Պատկեր Python

    Փոխարկեք PDF ը Պատկեր ձևաչափի Python կոդով: Պահեք PDF որպես Պատկեր օգտագործելով Python:...JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

    products.aspose.com/words/hy/python-net/convers...
  10. FootnoteOptions | Aspose.Words for Java

    Represents the footnote numbering options for a document or section in Java....an entry at the bottom of the page, consisting of a symbol // that...show up at the bottom of the page that contains its reference...

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