Sort Score
Result 10 results
Languages All
Labels All
Results 4,191 - 4,200 of 11,101 for

formatting

(0.06 sec)
  1. How to Convert ODT to JPG using Java

    In this topic, we will discover how to convert ODT to JPG using Java without installing additional software installations along with code to export ODT to JPG in Java....desire to convert it to JPG format, this comprehensive guide will...to convert ODT files to JPG format using Java. By following this...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. Word Converter

    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.... Każdy format ma swoje mocne strony, dzięki...edytor tekstu zaczął obsługiwać format przeceny. Ciągły wzrost liczby...

    blog.groupdocs.com/pl/tag/word-converter/
  3. Search Text or Image Signatures in Documents us...

    With the release of version 19.10 of our electronic signature API - GroupDocs.Signature for .NET, we have introduced the features of searching text signatures and image signatures in the supported document formats. Not only this, the API now supports .NET Standard 2.0 which makes it compatible with any .NET implementation that targets .NET Standard specifications. So let’s have a brief overview of what is new, improved or fixed in the latest release....in the supported document formats. Not only this, the API now...in the supported document formats. However, there could be the...

    blog.groupdocs.com/signature/search-text-or-ima...
  4. Search for embedded object with custom encrypti...

    This article explains how to search for embedded electronic signatures with custom encryption in document metadata. This topic contains example of custom encryption, class definition and search for encrypted objects in the document metadata with GroupDocs.Signature....encryption properties and setup Format attributes for properties....class DocumentSignatureDat { [Format("SignID")] public string ID...

    docs.groupdocs.com/signature/net/search-for-emb...
  5. Conversion of specific DOCX file to PNG does no...

    Hello, when converting a specific DOCX file to PNG on Ubuntu, we get the following error: “Saving complete multi page document to image is not supported. Please save by page.” We already specify all the things we can: …...new ImageConvertOptions() { Format = ImageFileType.Png, Height...multi-page DOCX file to PNG format on Ubuntu. The error message...

    forum.groupdocs.com/t/conversion-of-specific-do...
  6. PDF-, Word-, Excel- und PowerPoint-Dateien in C...

    Führen Sie programmgesteuert PDF-, Word-Dokumente, Tabellenkalkulationen und Präsentationsdateien in Ihren .NET-basierten Anwendungen mit der Merger-API von GroupDocs in C# zusammen....Word- und OpenDocument-Format, ohne das Format zu verlieren. Nur um...Tabellenkalkulatione und viele andere Formate auf keine andere Weise zusammenführen...

    blog.groupdocs.com/de/merger/merge-pdf-word-exc...
  7. استخراج تصاویر از PDF، Word، Excel، PPT با استف...

    با استفاده از جاوا، تصاویر را از کل سند و صفحات خاصی از اسناد پردازش کلمه، صفحات گسترده اکسل، ارائه های PPT و PDF استخراج کنید....format("Page: %d, R: %s, Type: %s"...getFileType())); image.save(String.format("filesPath/image_%d.png", imageNumber)...

    blog.groupdocs.com/fa/parser/extract-images-fro...
  8. Render Outlook data files as HTML, PDF, and ima...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Outlook data files (PST and OST) to HTML, PDF, PNG, and JPEG formats....in HTML, PDF, PNG, and JPEG formats. Use this library to display...document to HTML, PDF, or image format. These methods allow you to...

    docs.groupdocs.com/viewer/java/render-outlook-d...
  9. Working with CAD metadata | Documentation

    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()); // ....Managing metadata for specific formats / Other / Working with CAD...CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata...

    docs.groupdocs.com/metadata/java/working-with-c...
  10. Handling the ID3v1 tag | Documentation

    This article explains how to handle ID3v1 tag....Managing metadata for specific formats / Audio / Working with MP3...managing_metadata_for_specific_formats. audio.mp3.MP3ReadID3V1Tag...

    docs.groupdocs.com/metadata/java/handling-the-i...