Sort Score
Result 10 results
Languages All
Labels All
Results 6,271 - 6,280 of 8,049 for

paged

(0.1 sec)
  1. PdfFormattingOptions is Introduced in GroupDocs...

    GroupDocs.Conversion for Java 18.12 comes with some new features, improvements and bug fixes. Conversion from IGS, PLT and CGM formats is introduced. Now, API can automatically add extension of the converted file if not set. Image, PDF and Word conversion is also improved. Furthermore, Excel to SVG and XPS to PDF conversion issues are now resolved. Please take a look over the release notes to get an idea about the changes introduced....conversion improvement Improve per page savings when converting to Words...

    blog.groupdocs.com/conversion/pdfformattingopti...
  2. GroupDocs.Viewer Product Family

    Trouvez des réponses sur l'affichage et le rendu de divers types de fichiers à l'aide de code sur n'importe quelle plate-forme....Convertir un document Word en page Web à l'aide de Node.js Convertir...

    kb.groupdocs.com/fr/viewer/page/3/
  3. 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....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...
  4. Initial Zoom support on Groupdocs Viewer 6 and ...

    Hi, I would like to know if it’s possible to add Initial Zoom support in GroupDocs 6.x. I started my project using this ASP.NET MVC demo: GroupDocs.Viewer-for-.NET/Demos/ASP.NET MVC at master · groupdocs-viewer/GroupDo…...our own config to limit the pages loaded. Also we made some customization...

    forum.groupdocs.com/t/initial-zoom-support-on-g...
  5. GroupDocs.Metadata for .NET 25.10 – Latest Upda...

    Explore what’s new in GroupDocs.Metadata for .NET 25.10. Available now on NuGet and GroupDocs website....Framework) from the official release page: https://releases.groupdocs...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  6. Categories

    Trouver des réponses par l'API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotatio......Convertir un document Word en page Web à l'aide de Node.js Convertir...

    kb.groupdocs.com/fr/categories/page/4/
  7. Get Document Metadata without Editing in C#

    We have added a lot of new options and features in this major release/update of GroupDocs.Editor for .NET 19.9. All public methods/classes have been moved to Legacy namespace and they are marked as obsolete. Now, when you update to this latest version, it is required to make project-wide replacement of namespace usages from GroupDocs.Editor. to GroupDocs.Editor.Legacy to resolve build issues. Access release notes here. Why to migrate? Editor class introduced as a single entry point to manage the document editing process to any supported file format (instead of EditorHander class from previous versions) Architecture is redesigned to decrease memory usage Simplified document editing and saving options See difference in code...format Encryption flag Number or pages/tabs Size How it works? The...

    blog.groupdocs.com/editor/get-document-metadata...
  8. GroupDocs.Metadata para .NET 25.10 – Últimas ac...

    Explore lo nuevo en GroupDocs.Metadata para .NET 25.10. Disponible ahora en NuGet y en el sitio web de GroupDocs....Framework) from the official release page: https://releases.groupdocs...

    blog.groupdocs.com/es/metadata/groupdocs-metada...
  9. Gộp tệp DOCX trong Python bằng GroupDocs.Merger

    Hướng dẫn toàn diện về việc gộp các tệp DOCX trong Python. Hiểu quy trình và nhận các ví dụ mã thực tế để gộp tài liệu Word....documents without inserting new page merger . join(constants . sample_doc...output_doc_without_starting_from_new_page) print( f "Gộp tới: { constants...

    blog.groupdocs.com/vi/merger/merge-docx-in-python/
  10. Logging | GroupDocs

    Logging when rendering documents with GroupDocs.Viewer for .NET...log file: 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/net/logging/