Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 957 for

one to pdf

(0.16 sec)
  1. Features Overview | Documentation

    Features Overview GroupDocs.Assembly for Java is an API that allows you To generate documents in popular office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting To strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with cusTom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes To email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension AuTo-removal of empty paragraphs Generate various report types, e....Document formats including Email, PDF, HTML, Plain Text, Epub and XPS...to its text representation (One, Two, Three, …) hex Formats...

    docs.groupdocs.com/assembly/java/features-overv...
  2. Announcing GroupDocs Viewer Plugin for Atlassia...

    We’re excited To announce the release of our new GroupDocs Viewer plugin (Version 1.0) for Atlassian Confluence. The GroupDocs Viewer plugin is now available for download in the Atlassian Marketplace or you can simply search and install it directly from your Confluence ediTor. [caption id=“attachment_1033” align=“alignnOne” width=“552” caption=“Announcing GroupDocs Viewer plugin for Atlassian Confluence”] [/caption] GroupDocs Viewer is an efficient online document viewer, which lets you view documents online using your browser....GroupDocs Viewer is an online: PDF viewer Word viewer (DOC, DOCX...enjoy the functionality of a PDF viewer, Word viewer, or a PowerPoint...

    blog.groupdocs.com/viewer/announcing-groupdocs-...
  3. Features Overview | Documentation

    GroupDocs.Assembly for .NET is an API that allows you To generate documents in popular microsoft office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of cusTom .NET types, external documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting To strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with cusTom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes To email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension AuTo-removal of empty paragraphs Generate various report types, e....More Document formats including PDF, Epub and XPS document formats...to its text representation (One, Two, Three, …) hex Formats...

    docs.groupdocs.com/assembly/net/features-overview/
  4. Load Note document with options | Documentation

    Learn this article and check how To load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for Java API....over conversion to formats like PDF, PNG, or DOCX. The following...converter = new Converter ( "sample.one" , () -> loadOptions )) { PdfConvertOptions...

    docs.groupdocs.com/conversion/java/load-note-do...
  5. Use OCR Connector | Documentation

    This article explains how To integrate OCR solution To GroupDocs.Parser...extract a text from images and PDFs / Use OCR Connector Use OCR...integration must implement at least one of these methods (depends on...

    docs.groupdocs.com/parser/java/use-ocr-connector/
  6. Working with templates | Documentation

    Document template is set by Template class. It contains template items - fields and tables....definition Result ) Extracts only one line 67890 ) Extracts two lines...templateItems ); Images and scanned PDFs Starting from version 25.2,...

    docs.groupdocs.com/parser/net/working-with-temp...
  7. Releasing Improved ASP.NET MVC Front End

    GroupDocs team is happy To release another version of ASP.NET MVC Front End with a bunch of new features that were demanded by the cusTomers. Not only this but most of the reported issues have also been resolved in the latest ASP.NET MVC Front End. We recommend you To download and try this version of the application To get a much better experience. Let’s have a look at the list of enhancements, fixes, and improvements....printWithWatermark option when using Pdf printing Implementation of popup...feature or improving the existing ones, so other developers could also...

    blog.groupdocs.com/viewer/asp-net-mvc-front-end...
  8. Load from a local disk | Documentation

    The following example demonstrates how To load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk JavaScript try { const metadata = new groupdocs.metadata.Metadata("input.One"); } More resources Advanced usage Topics To learn more about library features and get familiar how To manage metadata and more, please refer To theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....one" ); } More resources Advanced...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...
  9. Working with templates | Documentation

    Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page. Template fields The template field is set by TemplateField class with the following construcTor: TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how To find the field on a page....definition Result Extracts only one line: 67890 ) Extracts two lines...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/working-with-tem...
  10. Load from a stream | Documentation

    This example demonstrates how To load a file from a stream. advanced_usage.loading_files.LoadFromStream JavaScript try { const fileStream = fs.createReadStream("input.One") const metadata = new groupdocs.metadata.Metadata(fileStream); } More resources Advanced usage Topics To learn more about library features and get familiar how To manage metadata and more, please refer To theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...one" ) const metadata = new groupdocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...