Sort Score
Result 10 results
Languages All
Labels All
Results 3,281 - 3,290 of 9,033 for

paged

(2.69 sec)
  1. render-presentation-to-html-external-outputs.zip

    render_presentation_to_html_external/pdf_page_1.html render_presentation_to_html_external/pdf_page_1/resource_1_g.svg Presentation with JPG image in background render_presentation_to_html_external/......render_presentation_to_html_external/pdf_page_1.html render_presentation_...to_html_external/pdf_page_1/resource_1_g.svg Presentation with...

    docs.groupdocs.com/viewer/python-net/_output_fi...
  2. Convert presentations | GroupDocs

    This article demonstrates how to convert PowerPoint presentations of PPT, PPTX, ODP to other formats with couple lines of Java code....presentations Leave feedback On this page Microsoft PowerPoint presentations..., JPG, , , , , , TIF, , , , Page Description Language: , , ,...

    docs.groupdocs.com/conversion/java/convert/pres...
  3. Fusionner des fichiers DOCX en Python avec Grou...

    Un guide complet sur la fusion de fichiers DOCX en Python. Comprenez le processus et obtenez des exemples de code pratiques pour fusionner des documents Word....sans commencer par une nouvelle page Fusionner plusieurs documents...sans commencer par une nouvelle page # Cet exemple montre comment...

    blog.groupdocs.com/fr/merger/merge-docx-in-python/
  4. Detect file type of container item | GroupDocs

    Learn how to detect file types of items within containers using GroupDocs.Parser for Python via .NET....item Leave feedback On this page GroupDocs.Parser provides functionality...extension item_info [ 'page_count' ] = info . page_count if hasattr...

    docs.groupdocs.com/parser/python-net/detect-fil...
  5. Merge Word Files

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... Combinez uniquement les pages sélectives de plusieurs fichiers...fichier. Combinez uniquement les pages sélectives de plusieurs fichiers...

    blog.groupdocs.com/fr/tag/merge-word-files/
  6. How to Run | Documentation

    Download from GitHub The complete examples package of GroupDocs.Metadata is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favourite Github client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like the following image: Open IntelliJ Idea and import the project to get started with it.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/java/how-to-run/
  7. Vykreslení DOCX jako obrázku pomocí Pythonu

    Dozvíte se, jak vykreslit DOCX jako obrázek pomocí Pythonu. Také bude poskytnut příklad kódu pro vytvoření obrázků z DOCX v Pythonu pro workflow vizuálního obsahu....DOCX in Python while preserving page structure, fonts, and graphics...embedding documents in web pages, or distributing content where...

    kb.groupdocs.com/cs/viewer/python/render-docx-a...
  8. Load from FTP | GroupDocs

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications....( viewOptions ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/java/load-document-fr...
  9. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/extend-suppor...
  10. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor.... close (); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/save-overwrit...