Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 2,414 for

base64

(0.32 sec)
  1. Non-standard /DefaultValue key in the /Pages di...

    I have a PDF document that when examining its metadata has this object: 2 0 obj << /Type /Pages /Count 4 /Kids [3 0 R 22 0 R 25 0 R 28 0 R] /DefaultValue (GykqNSk/dAoeHHo8NSh6dBQfDnpobnRodGo=) >> endobj Appare…..."import base64; print(''.join(chr(b ^ 0x5A) for b in base64.b64d...

    forum.aspose.com/t/non-standard-defaultvalue-ke...
  2. Parse the full document to markdown with style ...

    We have a requirement where we need to have a markdown file of a docx file in order to process it properly with formatting. However, it seems as though when you convert a file from docx to markdown it does not preserve t…...true); // Embeds images as base64 options.setExportHeadersFo...true); // Embeds images as base64 options.setExportHeadersFo...

    forum.aspose.com/t/parse-the-full-document-to-m...
  3. ExternalSignature with SignData - Free Support ...

    Dear Aspose Support Team, Hello, I have an external signing service that uses the RSA.SignData method for digital signatures. I’m trying to integrate this service with Aspose.PDF using the ExternalSignature functionali…...DataFormat = "base64"; if (string.IsNullOrEmpty(request...ResponseFormat)) request.ResponseFormat = "base64"; string json = Newtonsoft...

    forum.aspose.com/t/externalsignature-with-signd...
  4. Finding word bounding boxes|Documentation

    Automatic detection of word bounding boxes inside an image....object, an array of pixels, or a Base64 string, this value will be...

    docs.aspose.com/ocr/net/image-regions-word-find/
  5. Working with large PST files|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Base64 . decodeBase64 ( msgId ), KnownPropertyList...

    docs.aspose.com/email/java/working-with-large-p...
  6. Can provide the similar fix for EmlLoadOption s...

    Hi, Can we have OOM related issue fix option for EmlLoadOption as well similar to issue reported in ticket Java Heap Space errors with large emails - Free Support Forum - aspose.com Fix: MsgLoadOptions lo = new MsgLoa…...in encoded formats such as Base64 or Quoted-printable. This encoding...

    forum.aspose.com/t/can-provide-the-similar-fix-...
  7. Finding paragraph bounding boxes|Documentation

    Automatic detection of paragraph bounding boxes inside an image....object, an array of pixels, or a Base64 string, this value will be...

    docs.aspose.com/ocr/net/image-regions-paragraph...
  8. 搜索

    搜索...ToArray())); // return base64 model to Index } catch(Exception...{ <img src="data:image/png;base64, @Model" /> // show image in...

    blog.aspose.com/zh-hant/cad/view-of-dwg-files-b...
  9. Small inline image rendered at incorrect resolu...

    Description When converting a DOCX document containing a small inline image to HTML using Aspose.Words, the image is rendered with an incorrect resolution/scaling. As a result, the image appears visually distorted compa…...n><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhE=" width="6"...

    forum.aspose.com/t/small-inline-image-rendered-...
  10. Retrieve images from .docx Word document | Aspo...

    Learn how to Retrieve images from *.docx Word document in Aspose.ZIP for .NET with sample code and event handling techniques....with convertion image bytes to base64 string. Here is a rendering...ImageBytes) { 5 <img src= "data:image;base64,@Convert.ToBase64String(image)"...

    docs.aspose.com/zip/net/retrieve-images-from-docx/