Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 24,545 for

may

(0.05 sec)
  1. How to Add Underline Annotation into PDF Using ...

    In this tutorial, we will discuss how to add underline annotation into PDF using Java. Also, we will provide a code to insert underline annotation in PDF using Java.... Updated on 09 May 2023 English Français Türkçe...

    kb.groupdocs.com/annotation/java/how-to-add-und...
  2. How to Convert PowerPoint to PDF using C#

    This short tutorial describes the complete process to convert PowerPoint to PDF using C# and provides a sample working code for C# PowerPoint to PDF application.... However, you may enhance this example by customizing...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Rearrange PDF Pages in Java | Organize with Jav...

    Reorder the pages of PDF files in Java. The running example shows how to correct the sequence of unordered PDF pages within the Java application.... For the details, you may visit the API Reference . <repository>...

    blog.groupdocs.com/merger/move-pdf-pages-in-java/
  4. Generate and Automate Documents using Multiple ...

    At GroupDocs, we are always keen to broaden the usability of our APIs across multiple platforms. Keeping that in mind, we are pleased to release GroupDocs.Assembly for Java, a simpe document automation and report generation API that is materialized with multitude of extinct features that you May not have experience before. Such as, support of multiple data sources, multitude of supported file formats. We would encourage you to explore the API and share your valuable feedback....of extinct features that you may not have experience before. Such...

    blog.groupdocs.com/assembly/releasing-next-gene...
  5. Line-break tag noise added to multi-line HTML ·...

    Reproduction: Take some multi-line HTML, such as the output from here: http://www.tablesgenerator.com/html_tables Paste into an email and render. There will be a whole bunch of empty lines above the rendered table. Do it again with a bre......Copy link nchammas commented May 22, 2015 For the record, I'm...

    github.com/adam-p/markdown-here/issues/157
  6. 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.... For example, you may want to obtain information about...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. GroupDocs.Assembly for Java 20.11 Release Notes...

    Major Features GroupDocs.Assembly for Java 20.11 comes up with several improvements and bug fixes in working with charts, Markdown, JSON data sources, and other areas. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-172 Support inline links for Markdown Feature ASSEMBLYNET-173 Support inline images for Markdown Feature ASSEMBLYNET-165 Nullable int is not recognized for JsonDataSource Bug ASSEMBLYNET-166 Chart legend entries removed in a template appear in a result Word Processing document Bug ASSEMBLYNET-167 Tag “removeif” throws NullReferenceException for a Word Processing document Bug ASSEMBLYNET-168 JsonDataSource cannot access a property having the same name as its containing object Bug ASSEMBLYNET-169 Tag “cellMerge” with empty cells throws ArgumentOutOfRangeException for a Word Processing document Bug ASSEMBLYNET-170 Tag “backColor” adds unwanted carriage return for a Word Processing document Bug ASSEMBLYNET-171 JsonDataSource throws DuplicateNameException Bug Public API and Backward Incompatible Changes  This section lists public API changes that were introduced in GroupDocs....Assembly which may affect existing code. Any behavior...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  8. GroupDocs.Assembly for .NET 18.7 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for .NET 18.7. Major Features This release adds abilities to insert hyperlinks dynamically for the majority of file formats supported by GroupDocs.Assembly. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-72  Add ability to insert hyperlinks dynamically for Word Processing documents  Feature  ASSEMBLYNET-73  Add ability to insert hyperlinks dynamically for Spreadsheet documents  Feature  ASSEMBLYNET-74  Add ability to insert hyperlinks dynamically for Presentation documents  Feature  ASSEMBLYNET-75  Add ability to insert hyperlinks dynamically for emails with HTML and RTF bodies  Feature  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Assembly which may affect existing code. Any behaviour...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  9. Extract text from HTML documents | Documentation

    Learn how to extract a text from HTML documents getText() method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. Rendering CAD Drawings | Documentation

    This article contains use-cases of rendering CAD drawings, view stl files or create dwg viewer with GroupDocs.Viewer within your Java applications....(Computer-Aided Design) files may contain 2D or 3D designs. They...

    docs.groupdocs.com/viewer/java/view-cad-drawings/