Sort Score
Result 10 results
Languages All
Labels All
Results 4,621 - 4,630 of 15,593 for

file

(0.46 sec)
  1. Render a Part of MS Project Document using Grou...

    Today, we are glad to announce the release of GroupDocs.Viewer for .NET 18.8. In this version, we have introduced the feature of rendering a part of MS Project document specifying the start date and end date. We have also made it possible to set ForcePasswordValidation property of the ViewerConfig using the configuration Files such as app.config and web.config. Furthermore, the latest version also includes 14 improvements and bug fixes. Below is the list of new features, improvements, and fixes added in v18....ViewerConfig using the configuration files such as app.config and web.config...HTML page Exception when the file name contains curly braces Legend...

    blog.groupdocs.com/viewer/render-a-part-of-ms-p...
  2. How to Sign JPEG with Text Signature using Java

    This tutorial is designed to walk you through how to sign JPEG with text signature using Java. Also, we will provide code to add text signature on JPEG using Java....the necessary adjustments to file paths, integrating the provided...

    kb.groupdocs.com/signature/java/how-to-sign-jpe...
  3. How to Upload PHP Project to Heroku?

    Heroku is a great opportunity for developers to try and test their code in a production environment. Originally created for Ruby projects, Heroku now supports Ruby, Java, Python and even PHP. Heroku’s PHP project support is an undocumented feature so some additional skills are required do deploy such a project. In this post, I’ll show you the methods to create a PHP project on Heroku with the GroupDocs PHP SDK Api Samples application....ini file to your app and upload them...

    blog.groupdocs.com/total/how-to-upload-php-proj...
  4. Save output to a stream | GroupDocs

    This article shows how to save output to a stream when rendering a document...instantiate and release the output file streams. defines methods to...

    docs.groupdocs.com/viewer/java/save-output-to-s...
  5. Group docs editor to enable editing of variable...

    Hi, I have been looking at Group Docs Editor features for one of my requirement. Our requirement is, we have pdfs with some variable fields (Please find sample screen shot below.) We want to implement .NET web applicat…...true }; // sign document to file signature.Sign(outputFilePath...

    forum.groupdocs.com/t/group-docs-editor-to-enab...
  6. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...( 100 ); // sign document to file signature . sign ( "QrCodeEncrypted...

    docs.groupdocs.com/signature/java/sign-document...
  7. Add resource redaction annotation | GroupDocs

    The page describes how to add resource redaction annotation to a document using GroupDocs.Annotation for Java....// Add annotation and save to file annotator . add ( resourcesRedaction...

    docs.groupdocs.com/annotation/java/add-resource...
  8. Unable to set margins when converting .eml to ....

    I use the code below to convert .eml Files to .pdf. However, setting the margins using options.setMarginBottom(12), options.setMarginTop(12), options.setMarginLeft(12), and options.setMarginRight(12) no long…...eml files to .pdf. However, setting the...margins when converting .eml files to .pdf after upgrading from...

    forum.groupdocs.com/t/unable-to-set-margins-whe...
  9. Experiencing an issue when viewing PDF files th...

    We are experiencing an issue when viewing PDF Files through GroupDocs. Some pages (e.g., pages 15 and 41) take significantly longer to load. The affected File has been attached to this ticket for your reference. Kindly …...Experiencing an issue when viewing PDF files through GroupDocs GroupDocs...experiencing an issue when viewing PDF files through GroupDocs. Some pages...

    forum.groupdocs.com/t/experiencing-an-issue-whe...
  10. 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 ......render_docx_to_pdf(): # Get license file absolute path license_path =...set_license(license_path) # Load DOCX file with Viewer("./sample.docx")...

    docs.groupdocs.com/viewer/python-net/_sample_fi...