Sort Score
Result 10 results
Languages All
Labels All
Results 4,321 - 4,330 of 7,072 for

paged

(0.11 sec)
  1. Barcode Image Generation in Spreadsheet Documen...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Spreadsheet Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs.... The Code Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/net/barcode-image-g...
  2. Working with String Template | Documentation

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString “«[yourValue]»” Convert sourceString to sourceBytes using ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.assembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets....UTF_8) Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/java/working-with-s...
  3. Loading Multiple DocumentTable Objects from a S...

    Note The code uses some of the objects defined in The Business Layer. Loading Multiple DocumentTable Objects API provides the ability to load multiple DocumentTable objects from a single file as a single operation. Following classes and interfaces of the GroupDocs.Assembly.Data namespace have been added: DocumentTableSet DocumentTableCollection IDocumentTableLoadHandler DocumentTableLoadArgs. Moreover, following properties of the GroupDocs.Assembly.Data.DocumentTable class have been added: Name IndexInDocument Download Data Source Document Multiple Tables Data.docx Template Using Document Table Set as Data Source....ColumnNameExtracting Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/java/loading-multip...
  4. Loading of template documents from HTML with re...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a file, its containing folder is used as a base URI to resolve external resource files’ relative URIs to absolute ones by default as shown in the following example.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/net/loading-of-temp...
  5. Releasing GroupDocs.Viewer for .NET 3.5.0 - New...

    We’ve always been listening to the feedback of our valuable customers and in response, we are announcing another monthly release of GroupDocs.Viewer for .NET with fixes for over 15 issues. The latest version has also introduced some new features along with necessary improvements. Let’s have a glance at what v3.5.0 has come with. Document Viewer API - New FeaturesListed below are the new features introduced in GroupDocs.Viewer for .NET 3....document sheet to multiple pages in image mode Implement ability...for .NET 3.5.0 . # Cannot add page to pdf document OutOfMemoryException...

    blog.groupdocs.com/viewer/groupdocs-viewer-net-...
  6. Search Optical Signatures using Java E-Signing ...

    We are delighted to announce the another monthly release of GroupDocs.Signature for Java v18.4. This release comes up with many features like searching QRCode and Barcode signatures in supported documents. Aside this, few improvements and fixes are also introduced in this version of the API. We would recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. eSignature API for Java v18....getTotalSignatures()+"-page(s) in Document "+args.getGuid()+"...Multiple options on pages setup give duplicate page numbers Result...

    blog.groupdocs.com/signature/java-e-signing-api...
  7. AutoCAD to Image Conversion Issue is Fixed

    Here we are with another release of GroupDocs.Conversion for .NET 19.4. We’ve implemented automatic naming when saving a converted document to file. Do you want to convert a CMX (Corel Metafile eXchange) file to PDF or any other supported file format? Then you must try out this release. We also improved the process of getting page orientation for a specific page Obsolete Methods CellsLoadOptions is marked as obsolete and is replaced by SpreadsheetLoadOptions CellsSaveOptions is replaced by SpreadsheetSaveOptions HtmlSaveOptions is replaced by MarkupSaveOptions See more details here....process of getting page orientation for a specific page Obsolete Methods...

    blog.groupdocs.com/conversion/autocad-to-image-...
  8. Boolean search | Documentation

    This article gives the knowledge of the boolean search definition which includes all boolean operators used for boolean search, and boolean query examples using Java....Boolean search Leave feedback This page contains the boolean search...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/java/boolean-search/
  9. Introducing Modernizr: a Feature Detection Java...

    Progressive Enhancement As for a lot of other big companies, at GroupDocs.com user experience is the most important thing taken into account when developing huge web products. The reasons are quite obvious. It really comes down to the design and user groups a web app targets when choosing cross-browser support and priorities. There is a web development practice called “Progressive Enhancement” which stands behind the idea that all users should have identical experience with websites.... # At the start of every page load in the client’s browser...progressively enhancing web pages. It really depends on how you...

    blog.groupdocs.com/total/modernizr-feature-dete...
  10. Eliminar páginas de PDF en Java | Par, impar, l...

    Elimine cualquier conjunto de páginas de los archivos PDF en Java. Elimine la lista de páginas, cualquier rango dado, páginas pares o impares de los archivos PDF dentro de las aplicaciones....save("path/selected-pages-removed.pdf"); Eliminar rango...removePages(removeOptions); merger.save("path/pages-range-removed.pdf"); Eliminar...

    blog.groupdocs.com/es/merger/remove-pages-from-...