Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 5,160 for

groupdocs.watermark,

(0.06 sec)
  1. Rotate pages | Documentation

    Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for Java API....Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for Java API.

    docs.groupdocs.com/merger/java/rotate-pages/
  2. Load document from stream | Documentation

    This article explains how to load PDF, Word(.doc, .docx), Excel(.xls,.xlsx), PowerPoint(.ppt, .pptx) documents from stream when using GroupDocs.Merger for .NET....This article explains how to load PDF, Word(.doc, .docx), Excel(.xls,.xlsx), PowerPoint(.ppt, .pptx) documents from stream when using GroupDocs.Merger for .NET.

    docs.groupdocs.com/merger/net/load-document-fro...
  3. Ինչպես փոխարկել պատկերը PDF-ի C#-ով

    Հետևեք այս հիմնական ձեռնարկին, որպեսզի սովորեք, թե ինչպես փոխարկել պատկերը PDF-ի C#-ով: Դա քայլ առ քայլ հրահանգներ է օրինակելի կոդով պատկերը PDF-ի փոխարկելու համար՝ օգտագործելով C#:...Հետևեք այս հիմնական ձեռնարկին, որպեսզի սովորեք, թե ինչպես փոխարկել պատկերը PDF-ի C#-ով: Դա քայլ առ քայլ հրահանգներ է օրինակելի կոդով պատկերը PDF-ի փոխարկելու համար՝ օգտագործելով C#:

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  4. Ինչպես փոխարկել Word փաստաթուղթը HTML-ի, օգտագո...

    Այս հոդվածն օգնում է ձեզ փոխակերպել Word փաստաթուղթը HTML-ի՝ օգտագործելով C#: Ստեղծեք HTML DOCX-ից՝ օգտագործելով C#՝ հետևելով քայլ առ քայլ ուղեցույցին և կատարեք փաստաթղթերի փոխակերպում:...Այս հոդվածն օգնում է ձեզ փոխակերպել Word փաստաթուղթը HTML-ի՝ օգտագործելով C#: Ստեղծեք HTML DOCX-ից՝ օգտագործելով C#՝ հետևելով քայլ առ քայլ ուղեցույցին և կատարեք փաստաթղթերի փոխակերպում:

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  5. Ինչպես փոխարկել պատկերը PDF-ի Java-ում

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

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

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

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  7. GroupDocs.Conversion for .NET

    查找有关在任何平台上使用 .NET 代码转换各种类型的文档和图像的答案。...查找有关在任何平台上使用 .NET 代码转换各种类型的文档和图像的答案。

    kb.groupdocs.com/zh/conversion/net/page/5/
  8. 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/
  9. 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...
  10. 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/