Sort Score
Result 10 results
Languages All
Labels All
Results 5,381 - 5,390 of 5,544 for

editor

(0.12 sec)
  1. Compara Documentos de Word con Python: 7 Ejempl...

    Domina la comparación de documentos de Word en Python con GroupDocs.Comparison. Detecta cambios, resalta diferencias, acepta/rechaza modificaciones y genera informes de comparación profesionales con ejemplos de código completos....para : Gerentes de proyectos, editores o cualquier persona que necesite...

    blog.groupdocs.com/es/comparison/compare-pdfs-u...
  2. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Render archives as HTML, PDF, and image files (...

    This topic describes how to use the GroupDocs.Viewer Java API to convert archive files to HTML, PDF, PNG, and JPEG formats....Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/old-render-archi...
  4. Get document info | GroupDocs

    This article explains how to detect the document's file type and calculate the number of pages when converting a file with GroupDocs.Conversion for .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/get-document-...
  5. Extract images from document page | GroupDocs

    Learn how to extract images from specific document pages using GroupDocs.Parser for Python via .NET. Page-by-page image extraction from PDF, Word, PowerPoint....Editor Product Solution GroupDocs...

    docs.groupdocs.com/parser/python-net/extract-im...
  6. Render CAD drawings and models as HTML, PDF, an...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert CAD files (DWG, DGN, DXF) to HTML, PDF, PNG, and JPEG formats....Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/nodejs-java/render-ca...
  7. Render Word documents as HTML, PDF, and image f...

    Convert Word documents to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer and Python. Learn the basics of document rendering....Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/python-net/render-wor...
  8. Working with IPTC IIM metadata | GroupDocs

    Access, read, update, and remove IPTC IIM metadata using GroupDocs.Metadata for Python via .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/python-net/working-...
  9. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....Editor Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/adding-text-w...
  10. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format....Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-x...