Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 10,375 for

new

(0.04 sec)
  1. Load from local disk | Documentation

    This article explains how to load from local disk while using GroupDocs. Watermarks API....Consulting Blog Knowledge Base New Releases Status Websites aspose...( Watermarker watermarker = new Watermarker ( filePath )) { //...

    docs.groupdocs.com/watermark/net/load-from-loca...
  2. Save document to the specified stream | Documen...

    This article explains how to save document to the specified stream while using GroupDocs. Watermarks API....Consulting Blog Knowledge Base New Releases Status Websites aspose...( Watermarker watermarker = new Watermarker ( "test.doc" )) {...

    docs.groupdocs.com/watermark/net/save-document-...
  3. Render EBooks as HTML, PDF, and image files | D...

    This topic describes how to use the GroupDocs.Viewer Java API to convert EBooks to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "abook.epub" )) { //...

    docs.groupdocs.com/viewer/java/render-ebooks/
  4. Locating signature in the Word header or footer...

    This article explains how to locate signature in the footer and header of Word document....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/locating-signa...
  5. Extract barcodes from document page area | Docu...

    This article explains that how to extract barcodes from document page area....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SamplePdfWithBarcode...

    docs.groupdocs.com/parser/java/extract-barcodes...
  6. Extract barcodes from document page area | Docu...

    This article explains that how to extract barcodes from document page area....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( Constants . SamplePdfWithBarcode...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  7. Indexing additional fields | Documentation

    Sometimes when indexing, it is necessary to associate each document with certain additional metadata, for example, a set of tags, a number in the library catalog, the subject of a document, etc. To accomplish this task, additional fields can be added to each indexed document in addition to those already in the document itself. Additional fields are associated with the document through the arguments of the FileIndexing event that occurs before indexing each added document....Consulting Blog Knowledge Base New Releases Status Websites aspose...String , String > subjects = new HashMap (); subjects . put (...

    docs.groupdocs.com/search/java/indexing-additio...
  8. Sign document with HIBC PAS barcode Symbology |...

    This article explains how to sign document with HIBC PAS barcode Symbology signatures...Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/sign-document-...
  9. Merge indexes | Documentation

    The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space....Consulting Blog Knowledge Base New Releases Status Websites aspose..."c:\\MyDocuments2\\" ; Index index1 = new Index ( indexFolder1 ); // Creating...

    docs.groupdocs.com/search/java/merge-indexes/
  10. Indexing additional fields | Documentation

    This article demonstrate that how to associate each document with certain additional metadata....Consulting Blog Knowledge Base New Releases Status Websites aspose...string , string > subjects = new Dictionary < string , string...

    docs.groupdocs.com/search/net/indexing-addition...