Sort Score
Result 10 results
Languages All
Labels All
Results 3,061 - 3,070 of 14,608 for

file

(0.18 sec)
  1. Add Arrow Annotation to JPG using C#

    You will learn how to add arrow annotation to JPG using C# in this tutorial. Additionally, we will provide code example to insert arrow annotation to JPG in C#....Annotator class by supplying the JPG file path as an argument to its constructor...annotation library and modifying file paths as needed, seamlessly...

    kb.groupdocs.com/annotation/net/add-arrow-annot...
  2. Picture Issues Converter 22.6.0

    Picture Issues Converter 22.6.0 I have a dwg File that is messing with the image on the far left. Attempted this in multiple versions. DWG image.png (20.4 KB) PDF image.png (6.5 KB) ZIP DWGPDF.zip ......0 I have a dwg file that is messing with the image...issues you have found earlier (filed as CONVERSIONNET-5341) have...

    forum.groupdocs.com/t/picture-issues-converter-...
  3. Does assembly supports custom code execution du...

    Greetings. Imagine I have JSON data like the following: { "data": "<p><a href="http://mysite.com/tutorial.pdf">Tutorial PDF</a></p>" } I can use the following statement to print the value nicely on a Word document…...example, I want to download the file pointed to by the href attribute...attribute and attach it to the file being generated. Does Assembly...

    forum.groupdocs.com/t/does-assembly-supports-cu...
  4. 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....header and footer for cells file format and also adding support...HyperLinks on Shape in slides file format along with fixes. Major...

    blog.groupdocs.com/categories/groupdocs.compari...
  5. Add document to Presentation via OLE | Document...

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your .NET applications....Initialise class with embedded file path and page number; Instantiate...Call method and pass desired file path to save resultant document...

    docs.groupdocs.com/merger/net/add-document-to-p...
  6. Editor-for-Java error saving Word document - Fr...

    We were getting errors while tried to save a Word document, with nested list on the html content. error: Only LI element or transparent element can be added as child to this ‘ul’ element, but not the given ‘com.groupdoc…...also share the problematic Word file? We’d appreciate if you share...editor-save.gif Google Drive file. 1 Like atir.tahir March 4,...

    forum.groupdocs.com/t/editor-for-java-error-sav...
  7. Password-protected documents | Documentation

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...whether a file is password-protected: // Get a file info FileInfo...

    docs.groupdocs.com/parser/java/password-protect...
  8. Password-protected documents | Documentation

    Learn how to open the password-protected documents....whether a file is password-protected: // Get a file info Options...

    docs.groupdocs.com/parser/net/password-protecte...
  9. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font Files. The following are the steps to read the header of an OpenType File. Load an OpenType font File Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....information from OpenType font files. The following are the steps...header of an OpenType file. an OpenType font file Get the root metadata...

    docs.groupdocs.com/metadata/java/working-with-o...
  10. Merge pages in the arbitrary order | Documentation

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for Java....Java / Developer Guide / Merge files / Merge pages in the arbitrary...path or stream of the source file. Use the to add another source...

    docs.groupdocs.com/merger/java/merge-pages-in-a...