Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 3,222 for

file editor

(0.19 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...and **Navigate **through the file browser’s documents using next...announce the release of GroupDocs.Editor for .NET API which makes it...

    blog.groupdocs.com/groupdocs.blog/page/73/
  2. Find and Replace Text in PDF in Java | Replace ...

    Programmatically find certain text, words, phrases in PDF documents with case sensitivity and RegEx in Java. Replace or hide the text to redact PDF Files....presentations, spreadsheets, PDF files, and images within the application...Configure # You may download the JAR file from the downloads section ...

    blog.groupdocs.com/redaction/find-and-replace-t...
  3. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD Files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD File. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Editor Product Solution GroupDocs...read basic metadata in CAD files. The supported CAD formats are:...

    docs.groupdocs.com/metadata/java/working-with-c...
  4. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD Files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD File. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Editor Product Solution GroupDocs...read basic metadata in CAD files. The supported CAD formats are:...

    docs.groupdocs.com/metadata/net/working-with-ca...
  5. GroupDocs.Assembly for .NET Library – Introduction

    We are pleased to announce the release of the new library that enhances a set of our document collaboration tools - GroupDocs.Assembly for .NET. The library generates PDF and Word documents from templates by automatically filling out merge fields with custom data. If your company or a client have to create tens or hundreds of documents by filling out standard templates with data obtained through user input or from a DB, this library can be of great help....that supports PDF or DOC/DOCX file editing. 2. GroupDocs.Assembly’s...library includes a template editor component, meaning you can...

    blog.groupdocs.com/assembly/groupdocs-assembly-...
  6. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers .NET GroupDocs.......documents Compare DOCX compare text files compare two documents Comparison...Enterprise Comparison File Comparison File Diff Checker GroupDocs...

    blog.groupdocs.com/tags/index.xml
  7. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... Support of New File Formats We have added the support...support of following file formats in this latest release. GroupDocs...

    blog.groupdocs.com/groupdocs.blog/page/65/
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Microsoft Office, Email and Image File Formats Perform complex watermarking...in popular business and image file formats. The watermarks added...

    blog.groupdocs.com/groupdocs.blog/page/61/
  9. GroupDocs.Editor for .NET | GroupDocs

    Edit Word, Excel and PowerPoint documents using GroupDocs.Editor for .NET powerful document editing API and C# language....Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for .NET GroupDocs...

    docs.groupdocs.com/editor/net/
  10. Significant trouble installing, and now using G...

    At first, attempting pip install groupdocs-viewer-net was yielding an error that said no such File existed, despite me getting that command off of groupdocs-viewer-net · PyPI. So I proceeded to download groupdocs_viewer_…...yielding an error that said no such file existed, despite me getting...at the contents of the wheel file, I can see a significant issue...

    forum.groupdocs.com/t/significant-trouble-insta...