Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 4,991 for

document editor

(0.09 sec)
  1. EditableDocument get html with inline styles - ...

    Hi, I am working with EditableDocument to get the complete html as string, I can see that the style is created on the head tag, Is possible to get the full html content but with inside styles?, example: <td style="widt…...Editor Product Family java sara.campos...string that contains the entire document, including all resources,...

    forum.groupdocs.com/t/editabledocument-get-html...
  2. Password Protect Word Documents in C# | Lock Un...

    C# way to add passwords to Word Documents within .NET application. Change the existing password of protected DOC DOCX files or remove passwords to unlock....can restrict access to Word documents by making them password protected...to password protect a Word document using C# . Further, we will...

    blog.groupdocs.com/merger/password-protect-word...
  3. Releasing GroupDocs.Metadata for .NET - Control...

    We are happy to release GroupDocs.Metadata for .NET API to work with metadata associated with various Document and image formats. The API facilitates the user with simple syntax, easy to use methods and few lines of code to perform metadata operations. It provides the support of many popular Document and image formats and the number is going to increase in next release. Why GroupDocs.Metadata Is Developed? Metadata is structured information that is used to contain important business information of different resources....metadata associated with various document and image formats. The API...the support of many popular document and image formats and the...

    blog.groupdocs.com/metadata/control-and-process...
  4. Set password for output document | GroupDocs

    This article explains how to set Document password after files comparison within your Python applications using GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/python-net/set-pa...
  5. Set document metadata on save | GroupDocs

    Follow this guide and learn how to set Document metadata when saving output Document after files comparison within your .NET applications....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/set-document-...
  6. Working with spreadsheet document attachments |...

    This article explains how to work with spreadsheet Document attachments while using GroupDocs watermarking Java API...Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/working-with-...
  7. Load CSV document with options | GroupDocs

    Learn this article and check how to load and convert CSV Documents with advanced options using GroupDocs.Conversion for Java API....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  8. Find metadata properties | GroupDocs

    Using the GroupDocs.Metadata for Node.js via Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution....Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/nodejs-java/find-me...
  9. Extract images from document page | GroupDocs

    This article explains that how to extract images from Document page....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-images-fr...
  10. Classify document from stream | GroupDocs

    Classifying of the Document from stream could be performed with the next step Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify Document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }...Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Classification...

    docs.groupdocs.com/classification/net/classify-...