Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 5,897 for

groupdocs.viewer,

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

    Այս ձեռնարկը ցույց է տալիս, թե ինչպես փոխարկել PDF-ը պատկերի Java-ում: Դուք կարող եք սահմանել լուծաչափը, պայծառությունը և այլ պարամետրեր պատկերի համար, երբ PDF-ը վերածվում է պատկերի Java-ի միջոցով:...Այս ձեռնարկը ցույց է տալիս, թե ինչպես փոխարկել PDF-ը պատկերի Java-ում: Դուք կարող եք սահմանել լուծաչափը, պայծառությունը և այլ պարամետրեր պատկերի համար, երբ PDF-ը վերածվում է պատկերի Java-ի միջոցով:

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  2. Ինչպես ստորագրել PDF փաստաթուղթը QR կոդով C#-ում

    Հեշտությամբ ստեղծեք QR կոդ C#-ում` հետևելով այս ուղեցույցին և վերանայեք PDF փաստաթուղթը QR կոդով C#-ով առանց երրորդ կողմի գործիքի ստորագրման գործընթացը:...Հեշտությամբ ստեղծեք QR կոդ C#-ում` հետևելով այս ուղեցույցին և վերանայեք PDF փաստաթուղթը QR կոդով C#-ով առանց երրորդ կողմի գործիքի ստորագրման գործընթացը:

    kb.groupdocs.com/hy/signature/net/how-to-sign-p...
  3. Ինչպես փոխարկել PDF-ը Word-ի C#-ով

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

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

    Կատարեք փաստաթղթերի փոխակերպում լավագույն գրադարաններից մեկի հետ, սովորեք Java-ում RTF-ի HTML-ի փոխարկելու գործընթացը և ուսումնասիրեք RTF-ի HTML փոխարկիչ java հավելվածը:...Կատարեք փաստաթղթերի փոխակերպում լավագույն գրադարաններից մեկի հետ, սովորեք Java-ում RTF-ի HTML-ի փոխարկելու գործընթացը և ուսումնասիրեք RTF-ի HTML փոխարկիչ java հավելվածը:

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  5. GroupDocs.Conversion for .NET

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

    kb.groupdocs.com/zh/conversion/net/page/5/
  6. Removing Empty Paragraphs | GroupDocs

    Note This feature is supported by version 18.10. or greater. Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly for Java API supports the removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values. A new member **REMOVE_EMPTY_PARAGRAPHS **is added to DocumentAssemblyOptions. When this new option is applied to DocumentAssembler options through DocumentAssembler.setOptions(), the engine additionally removes empty paragraphs....Note This feature is supported by version 18.10. or greater. Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly for Java API supports the removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values. A new member **REMOVE_EMPTY_PARAGRAPHS **is added to DocumentAssemblyOptions. When this new option is applied to DocumentAssembler options through DocumentAssembler.setOptions(), the engine additionally removes empty paragraphs.

    docs.groupdocs.com/assembly/java/removing-empty...
  7. Load file from URL | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for .NET....This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for .NET.

    docs.groupdocs.com/conversion/net/load-file-fro...
  8. Get document page preview | GroupDocs

    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...
  9. Save to stream | GroupDocs

    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/
  10. Indexing | GroupDocs

    The articles in this section describe advanced search index related topics. You will find details about index management and advanced options: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....The articles in this section describe advanced search index related topics. You will find details about index management and advanced options: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps.

    docs.groupdocs.com/search/java/indexing/