Sort Score
Result 10 results
Languages All
Labels All
Results 5,981 - 5,990 of 7,655 for

paged

(0.04 sec)
  1. 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...
  2. Integration for Zapier - How to Create a Custom...

    Zapier allows seamless integration with dozens of APIs. In this post I’ll explain how to create an integration with the GroupDocs Storage API. Put simply the process of integration with Zapier is Read -> Process -> Write. The left side of the integration is called a trigger and the right side is an action. The central process simply converts your API response to a format suitable for the write action. We are going to create a trigger for new files.... A new page is loaded, with the name of...Polling Click Save . The Trigger page is updated so you can enter...

    blog.groupdocs.com/total/integration-for-zapier...
  3. Sloučit dokumenty aplikace Word pomocí C# | Při...

    C# způsob, jak sloučit dva nebo více dokumentů aplikace Word do jednoho souboru. Kombinujte pouze selektivní stránky více souborů aplikace Word ve vaší aplikaci .NET....Specify the starting and ending page number // Sloučit dokumenty...{ 2, 4, 6 })); // Specifying page number(s) merger.Save("output_document...

    blog.groupdocs.com/cs/merger/merge-word-files-u...
  4. تبدیل PDF به HTML به صورت برنامه نویسی با استفا...

    بیایید یک سند PDF را با استفاده از چند خط کد به HTML تبدیل کنیم. تبدیل PDF را در برنامه .NET به صورت خودکار انجام دهید تا کل سند یا صفحات انتخاب شده را تبدیل کنید....کاندید تبدیل را با استفاده از Pages، Page Number، PageCount، Zoom و...

    blog.groupdocs.com/fa/conversion/convert-a-pdf-...
  5. Fusionner des présentations et des diapositives...

    Fusionnez des présentations PowerPoint à l'aide de C#. En outre, combinez des diapositives spécifiques de fichiers PPT/PPTX à l'aide de l'API de fusion .NET de GroupDocs....certaines pages et de supprimer, échanger ou extraire des pages de divers...

    blog.groupdocs.com/fr/merger/merge-powerpoint-p...
  6. Problem html to pdf when a flex container is in...

    If have the following html markup this result for groupdocs, and only for groupdocs among 5 tested solutions to the following render: image.png (29,5 Ko) when expected result is: im…...margin is not considered when the page is rendered. How can I fix this...

    forum.groupdocs.com/t/problem-html-to-pdf-when-...
  7. PDF Conversion is Improved in GroupDocs.Convers...

    GroupDocs.Conversion for .NET 18.8 comes with some new features, improvements and a bug fix. PdfFormattingOptions class is introduced when converting to PDF format. Some of the obsolete constructors and properties are removed. Moreover, there’s also a security improvement. Please refer to GroupDocs.Conversion for .NET 18.8 release notes for further reference. We’d recommend you to integrate latest version of the API in your applications and share your feedback. Features PdfFormattingOptions when converting to PDF var saveOptions = new PdfSaveOptions(); saveOptions....conversion improvement Improve per page savings when converting to Words...

    blog.groupdocs.com/conversion/pdf-conversion-is...
  8. Set PageOrientation using GroupDocs.Conversion ...

    This month’s release of GroupDocs.Conversion for Java 18.6 comes with some bug fixes, improvements and new features. Issue such as printing complete spreadsheet instead of just printable area is fixed. A new property PageOrientation is introduced in DocumentInfo class. Please take a look over the release notes to get an idea about the new features, improvements and bug fixes. Features Introduced Implement conversion from DWF Convert specific range when converting cells document Conversion from PostScript specific options for converting CSV documents Setting default zoom when converting to Cells Default zoom when converting to Words Set default zoom when converting to Slides Configurable option for setting a watermark as background Improvements Caching with provided LocalCacheDataHandler Implement configuration option for selecting if blank rows and columns should be skipped when converting Cells document Set zoom when converting to Pdf document Update API for getting document info to detect page orientation for the supported formats Set default font to replace all missing fonts when converting Words document Default font to replace all missing fonts when converting Cells document Conversion improvement when converting Psd and Odg to Pdf Issues Resolved Unable to set watermark text Converting specific docx document fails with Value cannot be null, parameter trueTypeFont Fix failing conversion from Odg Failing conversion from Ifc Just print area is getting converted, not the entire spreadsheet XPS to PDF conversion failed LoadOptions doesn’t possess setDefaultFont method Problem in converting large excel files....getting document info to detect page orientation for the supported...

    blog.groupdocs.com/conversion/set-pageorientati...
  9. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System.... 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/working-with-m...
  10. Extract text structure | GroupDocs

    This article explains that how to extract text structure from documents.... 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/parser/java/extract-text-str...