Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 7,051 for

page

(0.08 sec)
  1. Indexing options | Documentation

    This Page contains a description of all the properties of the IndexingOptions class...options Leave feedback This page contains a description of all...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/java/indexing-options/
  2. Convert PDF to JPG using Python

    Discover how to convert PDF to JPG using Python. This tutorial explains how to export PDF to JPG using Python for easier sharing, and streamlined workflows....convert_by_page to process each PDF page and save them as...Converter.convert_by_page method to export each page as a JPG image...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  3. Working with metadata in PDF documents | Docume...

    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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....be an estimated word count, page count, character count, etc...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Control Image Quality when Rendering PDF Docume...

    We are pleased to announce the release of version 18.3 of GroupDocs.Viewer for .NET. Using the latest version, you can now render XLTM and XLTX file formats. We have also added settings to control the image quality when rendering PDF documents as HTML. Furthermore, this version came up with 11 improvements and bug fixes. Let’s have a quick overview of GroupDocs.Viewer for .NET 18.3. Supported File Formats We have added the support of following file formats in version 18....images from the PDF document page. The API uses this image as...with specified options List pages = viewerHtmlHandler.GetPages(guid...

    blog.groupdocs.com/viewer/control-image-quality...
  5. Working with metadata in PDF documents | Docume...

    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....be an estimated word count, page count, character count, etc...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Group docs editor to enable editing of variable...

    Hi, I have been looking at Group Docs Editor features for one of my requirement. Our requirement is, we have pdfs with some variable fields (Please find sample screen shot below.) We want to implement .NET web applicat…...Pages) { Console.WriteLine( $" - page-{pageInfo.PageNumber}...signature implementation on document page SignatureImplementat = TextSignatureImpleme...

    forum.groupdocs.com/t/group-docs-editor-to-enab...
  7. Merge files | Documentation

    This article explains how to merge files of PDF, Microsoft Word, Excel and PowerPoint and other formats using GroupDocs.Merger for Python via .NET API....archives Merge EPUB 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/merger/python-net/merge/
  8. Merge text files | Documentation

    Learn how to merge TXT files, combine TXT files into one file programmatically in java language using GroupDocs.Merger for Node.js via Java library.... 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/merger/nodejs-java/merge/txt/
  9. Convert PDF to EMF using Python

    Convert PDF to EMF using Python for document imaging. Learn how to export PDF to EMF in Python with clean vector output and reliable conversion options....format Call convert_by_page to process each page and generate individual...the convert_by_page method to export each page as a separate EMF...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  10. Render HTML as JPG using Python

    Discover how to render HTML as JPG using Python. This tutorial guides you through the steps to convert HTML to JPG in Python with customizable dimensions....generate JPEG images for each page of the HTML document To begin...high-quality JPEG images, with each page of the document accurately captured...

    kb.groupdocs.com/viewer/python/render-html-as-j...