Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 34,480 for

conversion

(2.35 sec)
  1. View Word Documents as PDF in Java | Protect & ...

    Learn how to view Word DOC/DOCX files as PDF in Java. Transform Word files to password-protected PDF & Disallow PDF Printing using Document Viewer Java API....can be used to perform this conversion: This is what the above code...permissions as set during the conversion process. As a result, the...

    blog.groupdocs.com/viewer/view-word-documents-a...
  2. Render JSON as PDF, JPG, PNG & HTML using Java ...

    View JSON files as PDF in Java. Additionally, render JSON files to JPG, PNG, and HTML within Java application using JSON Viewer API....options according to the conversion format: JPG rendering uses...format using the respective conversion options. JSON to JPG using...

    blog.groupdocs.com/viewer/render-json-as-pdf-jp...
  3. GroupDocs.Comparison 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.... Document Conversion API for . Keeping customers...comparison experience. Document Conversion API for . Team GroupDocs...

    blog.groupdocs.com/categories/groupdocs.compari...
  4. Saving image strategy | GroupDocs

    GroupDocs.Markdown provides several strategies for handling images during Conversion. Set the ImageExportStrategy property on ConvertOptions to control the behavior: Base64 embedding – inline images as data URIs using ExportImagesAsBase64Strategy. File system export – save images to a directory using ExportImagesToFileSystemStrategy. Use the ImagesRelativePath property to control the relative path written into Markdown image links. Skip images – omit all images from the output using SkipImagesStrategy. Custom handler – implement IImageSavingHandler for full control over image saving, including renaming and custom storage via CustomImagesStrategy....Conversion Product Solution GroupDocs...for handling images during conversion. Set the ImageExportStrategy...

    docs.groupdocs.com/markdown/net/strategy/
  5. GroupDocs.Total for .NET 25.8 – Latest Updates ...

    Explore what’s new in GroupDocs.Total for .NET 25.8. Available now on NuGet and GroupDocs website....Conversion for .NET (25.7 → 25.8) GroupDocs...Description TOTALNET‑204 Conversion Fixed incorrect table formatting...

    blog.groupdocs.com/total/groupdocs-total-for-ne...
  6. HideComments replacement CommentDisplayMode not...

    Hi, I have switched from HideComments in WordProcessingLoadOptions, to CommentDisplayMode, due to it becoming obsolete in version 25.5. This was the old code: convLoadOpts.HideComments = true; This is the new code: …...Conversion Product Family dotnet , document-conversion , csharp...PdfConvertOptions(); conv.Convert("Conversion.pdf", options); } Attaching...

    forum.groupdocs.com/t/hidecomments-replacement-...
  7. GroupDocs.Total 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....NewsletterOctober 2018 Business Documents Conversion APIs for .NET and Java Convert...Image File Formats GroupDocs.Conversion Product Family combines ...

    blog.groupdocs.com/categories/groupdocs.total-p...
  8. Enumeration Extension Methods | GroupDocs

    LINQ Reporting Engine enables you to perform common manipulations on a sequential data through the engine’s built-in extension methods for Iterable. These extension methods mimic some extension methods of IEnumerable providing the same signatures and behavior features. Thus, you can group, sort, and perform other sequential data manipulations in template expressions in a common way. The following table describes these built-in extension methods. The following notation conventions are used within the table:...Conversion Product Solution GroupDocs...otherPersons ) An implicit reference conversion must exist between types...

    docs.groupdocs.com/assembly/java/enumeration-ex...
  9. Load document from URL | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for Java....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Java...

    docs.groupdocs.com/conversion/java/load-documen...
  10. Basic Usage | GroupDocs

    Artcles listed in this page explain the common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Markdown API...Conversion Product Solution GroupDocs...MarkdownConverter.ToFile() for one-line conversions without managing object lifetime...

    docs.groupdocs.com/markdown/net/basic-usage/