Sort Score
Result 10 results
Languages All
Labels All
Results 5,571 - 5,580 of 7,023 for

paged

(0.06 sec)
  1. ผสานเอกสาร Word โดยใช้ Java | เข้าร่วมเพจทั้งหม...

    วิธี Java ในการรวมเอกสาร Word ตั้งแต่สองเอกสารขึ้นไปเป็นไฟล์เดียว รวมเฉพาะหน้าที่เลือกของไฟล์ Word หลายไฟล์ภายในแอปพลิเคชันของคุณ...Specify the starting and ending page number // รวมเอกสาร merger....{ 2, 4, 6 })); // Specifying page number(s) merger.save("output_document...

    blog.groupdocs.com/th/merger/merge-word-files-u...
  2. C#을 사용하여 애니메이션 GIF 및 APNG 이미지 재생 및 일시 중지

    재생 및 일시 중지 기능을 사용하여 C#의 HTML 웹 페이지에 애니메이션 GIF 및 APNG 이미지를 프로그래밍 방식으로 렌더링합니다. .NET을 사용하여 고유한 애니메이션 뷰어를 빌드합니다....ForEmbeddedResources("Web-Page-with-APNG.html"); viewer.View(options);...HtmlViewOptions.ForEmbeddedResources("Web-Page-with-gif.html"); viewer.View(options);...

    blog.groupdocs.com/ko/viewer/play-pause-animate...
  3. Highlight PDF with Annotations using C# | Annot...

    Highlight text in PDF with highlight annotations using C#. Document and image annotation .NET API allows to Annotate PDF files by highlighting any area....properties like the color, opacity, page number, and points. Add the...

    blog.groupdocs.com/annotation/highlight-pdf-wit...
  4. Add Watermark to a Batch of Documents and Image...

    Watermarking is a popular technique to indicate that the content or data inside a document is copyrighted. On the other hand, it is also used to place the company’s logo or some kind of label in the documents before they are shared within or outside the company. However, it is quite hard to apply the watermark to a bunch of documents one by one. It becomes harder if you have documents of various formats such as PDF, DOCX, PPTX, XLSX, EML, JPG, PNG, etc....watermark to all or selected pages of the document, customizing...

    blog.groupdocs.com/watermark/add-watermark-to-a...
  5. convert to html

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....ne sont pas bien adaptés aux pages Web. La conversion d’un PDF...

    blog.groupdocs.com/fr/tag/convert-to-html/
  6. Conversion to POTX is supported in GroupDocs.Co...

    We are pleased to announce another monthly release of GroupDocs.Conversion for Java 17.12. This release comes with support of new document formats such as POTX and POTM. Multitude of improvements and bug fixes are also introduced in this release. Improvements such as Cells to SVG conversion, Words to Gif and setting up custom font directories are in the list. Moreover, issues like file reading error and saving complete multipage document to single image are resolved....Possibility to convert one sheet per page or depending on print area when...

    blog.groupdocs.com/conversion/conversion-potx-f...
  7. Cleanup Temporary Files using GroupDocs.Viewer ...

    We are pleased to announce the release of GroupDocs.Viewer for Java 17.5.1. This is a hotfix release that contains 2 bug fixes and a new feature. The latest version allows you to manually cleanup the temporary files that are created during document rendering. Please continue to read the details about the new feature and the bug fixes. Cleanup Temporary FilesWhile rendering documents, GroupDocs.Viewer creates temporary files which were removed automatically after each operation.... # Product Home – API Home Page Installation - Install GroupDocs...

    blog.groupdocs.com/viewer/cleanup-temporary-fil...
  8. Releasing GroupDocs.Viewer for .NET 3.4.0 with ...

    For those who have been waiting for the next release - Today, we are excited to announce GroupDocs.Viewer for .NET 3.4.0. The latest version of our document viewer API provides fixes and improvements for a wide range of features. Based on our customers’ feedback, GroupDocs team has announced 20+ fixes along with 5+ improvements in version 3.4.0. Please see below for the list of fixes and improvements. GroupDocs.Viewer for ....environment GetPdfFile returns all pages in trial mode JpegQuality is...

    blog.groupdocs.com/viewer/releasing-groupdocs-d...
  9. SVG XPS and ICO Conversion to DOC DOCX XLS XLSX...

    GroupDocs.Conversion for .NET Release 3.3.0 Today we are excited to announce another monthly release of GroupDocs.Conversion for .NETversion 3.3.0. This release introduces the support for conversion of new formats like SVG, XPS and ICO in addition to the routine improvements and bug fixes. New Features In this release we have enhanced the support for few other documents/files and document manipulation. SVG documents conversion XPS documents conversion ICO files conversion XLSX to PNG/JPG/HTML fixed conversion Remove Comments from Slides while Conversion Respecting DPI option when converting to image Issues/Bugs Resolved We have made significant improvement in this release and fixed major issues, listed below are the issues that have been resolved:...producing blurred images Missing pages when converting XLS file to...

    blog.groupdocs.com/conversion/svg-xps-ico-conve...
  10. รวมไฟล์ DOCX ใน Python โดยใช้ GroupDocs.Merger

    คู่มือแบบละเอียดเกี่ยวกับการรวมไฟล์ DOCX ใน Python เข้าใจขั้นตอนและรับตัวอย่างโค้ดที่ใช้ในการรวมเอกสาร Word....documents without inserting new page merger . join(constants . sample_doc...output_doc_without_starting_from_new_page) print( f "Merge to: { constants...

    blog.groupdocs.com/th/merger/merge-docx-in-python/