Sort Score
Result 10 results
Languages All
Labels All
Results 6,471 - 6,480 of 27,790 for

groupdocs.redaction

(0.08 sec)
  1. 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....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Search for standard entries in the QR-Code sign...

    This article explains how to search for VCard, MeCard, Email, Address, EPC, SEPA, Event data in QR-code electronic signatures from previously signed documents with GroupDocs.Signature API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/search-for-sta...
  3. How to show AutoCad Drawings preview in Kotlin ...

    The article describes how to show AutoCad Drawings preview in Kotlin Compose application using GroupDocs.Comparison...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/comparison/java/how-to-show-...
  4. Font embedding options | Documentation

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/editor/java/font-embedding-o...
  5. Features Overview | Documentation

    Note GroupDocs.Parser is a feature-reach document data parsing API. Here you may find description of the most important features. Parse Document by Template GroupDocs.Parser allows to parse documents by user-defined templates. It is easy to crate a template with data field definitions, table definitions. Then it’s easy to use the template (just pass the Template object to parseByTemplate(Template) method) and extract data such as prices, invoices, tables from your typical documents....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/features-overview/
  6. Export styles during document editing | Documen...

    This article describes the procedure of preserving and exporting all build-in and custom styles in the source WordProcessing document during its editing....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/editor/net/styles-export/
  7. How to control different versions of annotation...

    Programmatically add new annotation verions, rollback to previous version, control document versions using .NET API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/how-to-contro...
  8. GroupDocs.Viewer for .NET 20.12 Release Notes |...

    Features, improvements, and bugs-fixes that are shipped in GroupDocs.Viewer for .NET 20.12...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  9. GroupDocs.Conversion for Java 18.6 Release Note...

    Note This page contains release notes for GroupDocs.Conversion for Java 18.6 Major Features There are 5+ new features, improvements and fixes in this regular monthly release. The most notable are: Conversion from DWF Improved caching Conversion from PostScript Option to convert specific range when converting from cells Option for skipping blank rows and columns when converting from cells Bug fixes Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET-1943 Implement conversion from DWF New Feature CONVERSIONNET-2322 Convert specific range when converting cells document New Feature CONVERSIONNET-2344 Implement conversion from PostScript New Feature CONVERSIONNET-2397 Implement specific options for converting CSV documents New Feature CONVERSIONNET-2414 Implement setting default zoom when converting to Cells New Feature CONVERSIONNET-2417 Implement setting default zoom when converting to Words New Feature CONVERSIONNET-2418 Implement setting default zoom when converting to Slides New Feature CONVERSIONNET-2423 Implement configurable option for setting a watermark as background New Feature CONVERSIONNET-2340 Improve caching with provided LocalCacheDataHandler Improvement CONVERSIONNET-2338 Implement configuration option for selecting if blank rows and columns should be skipped when converting Cells document Improvement CONVERSIONNET-2395 Set zoom when converting to Pdf document Improvement CONVERSIONNET-2406 Update API for getting document info to detect page orientation for the supported formats Improvement CONVERSIONNET-2392 Set default font to replace all missing fonts when converting Words document Improvement CONVERSIONNET-2394 Set default font to replace all missing fonts when converting Cells document Improvement CONVERSIONNET-2421 Conversion improvement when converting Psd and Odg to Pdf Improvement CONVERSIONNET-2284 Unable to set watermark text Bug CONVERSIONNET-2339 Converting specific docx document fails with Value cannot be null, parameter trueTypeFont Bug CONVERSIONNET-2341 Fix failing conversion from Odg Bug CONVERSIONNET-2342 Fix failing conversion from Ifc Bug CONVERSIONNET-2324 Just print area is getting converted, not the entire spreadsheet Bug CONVERSIONNET-2304 XPS to PDF conversion failed Bug CONVERSIONJAVA-441 LoadOptions doesn’t possess setDefaultFont method Bug CONVERSIONJAVA-455 Just print area is getting converted, not the entire spreadsheet Bug CONVERSIONJAVA-468 Problem in converting large excel files....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/groupdocs-co...
  10. Extract text from Microsoft Office Excel spread...

    This article explains that how to extract text from Microsoft Office Excel (.xls, .xlsx) spreadsheets....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/extract-text-from...