Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 2,911 for

file editor

(0.35 sec)
  1. Merge Word documents | GroupDocs

    Follow this guide and learn how to merge Word documents, combine several DOCX or DOC Files into one using GroupDocs.Merger for Java....Editor Product Solution GroupDocs...Java / Developer Guide / Merge files / Merge Word documents Merge...

    docs.groupdocs.com/merger/java/merge/word/
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...presentations, emails, EPUB & ZIP file formats. What’s new in the API...optimization. An ‘attachment’ is a file such as a document or a photo...

    blog.groupdocs.com/groupdocs.blog/page/40/
  3. Merge Word Documents | GroupDocs

    Learn this article and check how to merge Microsoft Office Word documents in .NET applications using C# programming language....Editor Product Solution GroupDocs...NET / Developer Guide / Merge files / Merge Word documents Merge...

    docs.groupdocs.com/merger/net/merge/word/
  4. Using Bootstrap CSS Framework in Your Project

    null is the most popular and widely used CSS framework and there is a good reason for its popularity. It gives developers well styled CSS for the elements used most in the modern web. Things like buttons, form controls, navigation and much, much more. Since it’s written in LESS it keeps the CSS of bigger projects such as GroupDocs well organized so it is easy to follow and maintain your CSS code....the end of the day, the CSS files of the library are packed with... learn how to compile LESS files. There is a lot of free software...

    blog.groupdocs.com/total/using-bootstrap-css-fr...
  5. GroupDocs.Annotation Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats....Java front-end is a WYSIWYG editor designed to simplify annotating...supported format list, Now Image file Annotation is also introduced...

    blog.groupdocs.com/categories/groupdocs.annotat...
  6. 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...
  7. Find and Replace Text in PDF using C# | Replace...

    Programmatically find certain text, words, phrases in PDF documents with case sensitivity and RegEx using C#. Replace or hide the text to redact PDF Files....presentations, spreadsheets, PDF files, and images within .NET application...No need to install any PDF editor, or any other third-party software...

    blog.groupdocs.com/redaction/find-and-replace-t...
  8. 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/
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Editor for .NET MVC Modern Front End...in WYSIWYG Editor and perform editing in HTML file. We would recommend...

    blog.groupdocs.com/groupdocs.blog/page/69/
  10. 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...