Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 1,808 for

management

(0.02 sec)
  1. Issue with Email to Pdf - text does not respect...

    We have two separate issues with converting .eml to .pdf. We were able to reproduce both in one email. Attached you will find the .eml file, the output .pdf and an image taken from within the viewer. Bad Signature PDF…...your product has options to manage the initial visual appearance...have been able to successfully manage other similar issues, we have...

    forum.groupdocs.com/t/issue-with-email-to-pdf-t...
  2. Features overview | Documentation

    Render documents to HTML, PNG, JPEG, PDF. Extract text, list attachments, and transform pages with GroupDocs.Viewer for Python....Python provides two resources management options for CSS, fonts, images...printing restrictions; Project Management – project start and end dates...

    docs.groupdocs.com/viewer/python-net/features-o...
  3. Convert PDF to DOCX using C#

    Easily convert PDF to DOCX using C# with our step-by-step guide without installing extra tools. We will also provide you code example to export PDF to DOCX using C#....essential for efficient document management. Once you’ve set up the suggested...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  4. Remove Text Watermark from DOCX Using C#

    Explore how to remove text watermark from DOCX using C#. We'll furnish you with code to delete watermark text from DOCX in C# without extra software installation....for document processing and management. With the step-by-step guidance...

    kb.groupdocs.com/watermark/net/remove-text-wate...
  5. Remove Metadata from XLS using C#

    Quickly understand how to remove metadata from XLS using C#. Additionally, you'll get code snippet illustrating the process of how to delete metadata from XLS in C#....developers seeking robust data management solutions. By following the...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  6. How do I set FontDirectories in GroupDocs.Conve...

    In a previous version (22.1) I was setting the FontDirectories of the ConvertSettings object. Trying to upgrade to 24.2, this now looks like a read-only property and throws an error. How can I set this so I can use cus…...access to our Paid Support management team. atir.tahir March 7...access to our Paid Support management team. agilelaw February 19...

    forum.groupdocs.com/t/how-do-i-set-fontdirector...
  7. Issues during PPTX files tile watermarking - Fr...

    Hey, another issue is related to PPTX files during tile watermarking. There are two issues that I would like to underline. Firstly, it looks like line_spacing value is completely broken (e.g there is almost no differenc…...access to our Paid Support management team. alexndr December 19...

    forum.groupdocs.com/t/issues-during-pptx-files-...
  8. Convert database formats | Documentation

    This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for Node.js via Java....analyzed using the Database Management System (DBMS) which is the...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  9. OverflowException: Arithmetic operation resulte...

    Hello, Unfortunately, we experienced an exception when one of our customers dealt with many (and maybe larger) files that they wanted to add to the index. We got the exception via this event: pIndex.Events.ErrorOccurr…...access to our Paid Support management team....

    forum.groupdocs.com/t/overflowexception-arithme...
  10. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Developer Guide / Advanced Usage / Managing metadata for specific formats...GroupDocs.Metadata for .NET allows managing XMP metadata in PNG images...

    docs.groupdocs.com/metadata/net/working-with-me...