Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 4,516 for

groupdocs.total,

(0.1 sec)
  1. Ինչպես փոխարկել պատկերը PDF-ի Java-ում

    Այս կարճ ուղեցույցը բացատրում է, թե ինչպես փոխարկել պատկերը PDF-ի Java-ում: Դուք կարող եք նաև իմանալ փաստաթղթերի փոխակերպման մասին՝ նայելով Java կոդի օրինակ՝ JPG-ն PDF-ի փոխարկելու համար:...Այս կարճ ուղեցույցը բացատրում է, թե ինչպես փոխարկել պատկերը PDF-ի Java-ում: Դուք կարող եք նաև իմանալ փաստաթղթերի փոխակերպման մասին՝ նայելով Java կոդի օրինակ՝ JPG-ն PDF-ի փոխարկելու համար:

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  2. Ինչպես փոխարկել PDF-ը HTML-ի՝ օգտագործելով C#

    Իմացեք, թե ինչպես փոխարկել PDF-ը HTML-ի, օգտագործելով C# ցանկացած հարթակում առանց որևէ երրորդ կողմի ծրագրաշարի: Ստուգեք ուղեցույցը և օրինակելի կոդը՝ PDF-ը HTML-ի C#-ով փոխարկելու համար:...Իմացեք, թե ինչպես փոխարկել PDF-ը HTML-ի, օգտագործելով C# ցանկացած հարթակում առանց որևէ երրորդ կողմի ծրագրաշարի: Ստուգեք ուղեցույցը և օրինակելի կոդը՝ PDF-ը HTML-ի C#-ով փոխարկելու համար:

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  3. GroupDocs.Signature Product Family | Documentation

    Use GroupDocs.Signature libraries to e-Sign documents with different signature types, protect documents with digital certificates, generate QR Codes and barcodes using C# or Java languages....Use GroupDocs.Signature libraries to e-Sign documents with different signature types, protect documents with digital certificates, generate QR Codes and barcodes using C# or Java languages.

    docs.groupdocs.com/signature/
  4. Add image watermarks | Documentation

    This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to images or documents....This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to images or documents.

    docs.groupdocs.com/watermark/python-net/add-image/
  5. GroupDocs.Watermark for Node.js via Java | Docu...

    GroupDocs.Watermark for Java developer documentation. Learn how to add watermarks using nodejs...GroupDocs.Watermark for Java developer documentation. Learn how to add watermarks using nodejs

    docs.groupdocs.com/watermark/nodejs-java/
  6. Features Overview | Documentation

    A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata.

    docs.groupdocs.com/metadata/java/features-overv...
  7. Save to stream | Documentation

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file.

    docs.groupdocs.com/redaction/java/save-to-stream/
  8. Saving documents | Documentation

    The articles explain that how to save documents in different ways after making redactions....The articles explain that how to save documents in different ways after making redactions.

    docs.groupdocs.com/redaction/python-net/saving-...
  9. Get document page preview | Documentation

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP.

    docs.groupdocs.com/redaction/net/get-document-p...
  10. Load from stream | Documentation

    This article explains how to load a document from a Stream with GroupDocs.Viewer within your Java applications....This article explains how to load a document from a Stream with GroupDocs.Viewer within your Java applications.

    docs.groupdocs.com/viewer/java/load-document-fr...