Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 1,353 for

make

(0.07 sec)
  1. How to Use GroupDocs' Online Signature App to S...

    In one of our previous articles we discussed how a typical online signature service works and took a brief look at GroupDocs’ online signature app. Today we’ll see how this application helps you to sign a document online step by step. This article doesn’t cover all the features of the app, just the basics you need to know to sign a document online. Please Note: to start using GroupDocs’ online signature service, you need to register with us first.... Make sure that the role is Signer...

    blog.groupdocs.com/signature/how-to-use-groupdo...
  2. How to Run Examples | Documentation

    This article describes how to run Java Search API code examples....examples using NPM To get started make sure that is installed. Clone...

    docs.groupdocs.com/search/nodejs-java/how-to-ru...
  3. Convert Spreadsheets using GroupDocs.Conversion...

    Reason to use a Document Conversion API The world is becoming a global village and businesses running all over the world interacting and collaborating with hundreds of institutions across the globe, the data gathered from different sources come in a number of different formats. Even the data arranged within an organization could be compiled in different formats depending upon the person or department gathering and maintaining it. You may also find yourself in a situation where the older files being used within the company may no longer be compatible with the company’s needs due to certain changes in company policies and software being used by it....doing so, they also need to make sure that the valuable data...files may not get lost while making those conversions. GroupDocs...

    blog.groupdocs.com/conversion/convert-spreadshe...
  4. Read XMP Metadata in AVI Videos With GroupDocs....

    Team GroupDocs is really pleased to announce the release of GroupDocs.Metadata for .NET version 17.6.0. Four new features and a bug fix are introduced in this regular monthly release of the API. The latest version of the API has focused mainly on adding features related to the image format. It now allows reading Maker notes in JPEG images along with providing the ability to parse additional IFD tags like SByte, SShort, SRational and SLong in supported image formats.... Apart from making improvements to metadata extraction...needs of its customers and to make sure that any bug if found must...

    blog.groupdocs.com/metadata/read-xmp-metadata-a...
  5. How to Create a Simple Application Using the Gr...

    In this article I’ll walk you thorough the process of creating a simple JavaScript application which shows files and directories from your GroupDocs account. Lets start by creating a package from the GroupDocs JavaScript SDK sources. You can skip this step and get the full SDK package from GitHub and a minimal SDK package. Creating a Package You need Node.js installed on you computer. Read more about installation Node.js. When Node.... make dist You may get an error like:...'dist/groupdocs-javascript.js' make: \*\*\* \[dist\] Error 1 If...

    blog.groupdocs.com/total/how-to-create-a-simple...
  6. HideComments replacement CommentDisplayMode not...

    Hi, I have switched from HideComments in WordProcessingLoadOptions, to CommentDisplayMode, due to it becoming obsolete in version 25.5. This was the old code: convLoadOpts.HideComments = true; This is the new code: …...Hidden; I thought it would not make any difference, but the result...following: Ensure Proper Versioning : Make sure you are using the correct...

    forum.groupdocs.com/t/hidecomments-replacement-...
  7. Image Watermark is now Supported in GroupDocs.C...

    Following our monthly release process, GroupDocs.Conversion for .NET 18.4 has been released and available for download. This release covers some new features, one improvement and a bug fix. You can specify bookmark, headings and expanded level when converting from Words to PDF and XPS. Grayscale PDF conversion is introduced. Aside these, HTML 5 compliant markup generation is improved. For further details included in this month’s release, please visit the release notes....RemoveUnusedStreams = true; // Make fonts not embedded if set to...

    blog.groupdocs.com/conversion/image-watermark-i...
  8. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....docx" , loadOptions ); try { // Make changes to the file as a rasterized...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  9. 用 Java 处理 JPEG、PNG、TIFF 和 WebP 图像的 EXIF 数据

    在 Java 中操作图像的 EXIF 元数据。使用 Java API 以编程方式提取、更新、添加或删除 JPG/JPEG、PNG、WebP 或其他图像的 EXIF 数据。...获得 EXIF 包后,您可以获得图像 EXIF 属性,如 Make 、 Model 、 Width 、 Length 、 Date-Time...getExifPackage(); System.out.println("Make : " + exifPackage.getMake());...

    blog.groupdocs.com/zh/metadata/handle-exif-data...
  10. Get Document Metadata without Editing in C#

    We have added a lot of new options and features in this major release/update of GroupDocs.Editor for .NET 19.9. All public methods/classes have been moved to Legacy namespace and they are marked as obsolete. Now, when you update to this latest version, it is required to Make project-wide replacement of namespace usages from GroupDocs.Editor. to GroupDocs.Editor.Legacy to resolve build issues. Access release notes here. Why to migrate? Editor class introduced as a single entry point to manage the document editing process to any supported file format (instead of EditorHander class from previous versions) Architecture is redesigned to decrease memory usage Simplified document editing and saving options See difference in code...latest version, it is required to make project-wide replacement of...

    blog.groupdocs.com/editor/get-document-metadata...