Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 1,453 for

pdf output formatting

(0.11 sec)
  1. Iterate through container items | GroupDocs

    Learn how to iterate through container items (files in archives) using GroupDocs.Parser for Python via .NET....Expected behavior: Displays a formatted table of all container items...extensions to include (e.g., ['.pdf', '.docx']) """ with Parser (...

    docs.groupdocs.com/parser/python-net/iterate-th...
  2. High CPU Usage with GroupDocs.Watermark for Jav...

    I am currently using the GroupDocs.Watermark for Java library in a Java 8 environment, and I have encountered an issue where the CPU usage exceeds 100% on our EC2 when invoking the watermarking service. Below is a brief …...시작 시간 기록 // PDF 파일일 경우 워터마크 추가 if ("application/pdf".equalsIgnoreCase(fileItem...d").format(new Date()); String baseText = String.format("%s_%s_%s_%s"...

    forum.groupdocs.com/t/high-cpu-usage-with-group...
  3. Features Overview | GroupDocs

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document....signature by document type (PDF, Microsoft Word documents and...signature . Signature ( "sample.pdf" ) # Create text signature options...

    docs.groupdocs.com/signature/python-net/feature...
  4. Save to Stream | GroupDocs

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Open ( @"C:\\Temp\\sample_output_file.pdf" , FileMode . Open , FileAccess...redactions for various document formats like PDF, DOC, DOCX, PPT, PPTX...

    docs.groupdocs.com/redaction/net/save-to-stream/
  5. Detect file type of container item | GroupDocs

    Learn how to detect file types of items within containers using GroupDocs.Parser for Python via .NET.... file_format } " ) print ( f " Extension:...file_type = info . file_type . file_format else : file_type = "Unknown"...

    docs.groupdocs.com/parser/python-net/detect-fil...
  6. How to perform Callbacks with GroupDocs PHP SDK

    This article explains the basics of using PHP SDK callbacks. In this article I’ll use the Convert API. Find information about other methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from the previous article....to convert a file from DOC to PDF. One of parameters of this method...Doc, Docx and DOC to PDF and PPT to PDF, HTML to DOC and DOCX...

    blog.groupdocs.com/total/how-to-perform-callbac...
  7. render_docx_to_pdf.zip

    demo-app/render_docx_to_Pdf.py import os from groupdocs.viewer import License, Viewer from groupdocs.viewer.options import PdfViewOptions def render_docx_to_Pdf(): # Get license file absolute path ......demo-app/render_docx_to_pdf.py import os from groupdocs.viewer...PdfViewOptions def render_docx_to_pdf(): # Get license file absolute...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  8. How to edit e-Book file | GroupDocs

    This article demonstrates how to edit e-Book files using C# programming language....NET supports 3 formats from the e-Book family: (MobiPocket)...(MobiPocket), , also known as Kindle Format 8 (KF8), (Electronic Publication)...

    docs.groupdocs.com/editor/net/how-to-edit-ebook/
  9. Supported File Formats | GroupDocs

    GroupDocs.Signature for Python via .NET supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, Pdf, PPT, JPG, PNG, HTML, EML and many more formats....Supported File Formats Supported File Formats Leave feedback...following table indicates the file formats that GroupDocs.Signature for...

    docs.groupdocs.com/signature/python-net/support...
  10. Signing archive documents in batch | GroupDocs

    This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures...signing archive files with formats like ZIP, TAR the same way...result = signature . sign ( "output.zip" , options ); // analyze...

    docs.groupdocs.com/signature/java/signing-archi...