Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 1,098 for

doc

(0.03 sec)
  1. Arrow shape get distorted in generated PDF - Fr...

    The arrow shapes when used in PPT Document getArrows_Distort_Output.pdf (112.9 KB) Arrow_Distort.zip (30.0 KB) s distorted when PDF is generared. Attached files...Document doc = new Aspose.Words.Document(fileName); doc.Save(pdfFileName...output that it generate: Document doc = new Document("C:\\Temp\\input...

    forum.aspose.com/t/arrow-shape-get-distorted-in...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Convert PDF Documents using C# API https://Docs.aspose.com/pdf/net/converting/ Recent content in Convert PDF Documents using C# API on Documentation ......documents using C# API https://docs.aspose.com/pdf/net/converting/...2021 00:00:00 +0000 https://docs.aspose.com/pdf/net/converting/index...

    docs.aspose.com/pdf/net/converting/index.xml
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Loading, Saving and Converting https://Docs.aspose.com/words/python-net/loading-saving-and-converting/ Recent content in Loading, Saving and Converti......Saving and Converting https://docs.aspose.com/words/python-net...Documentation Hugo -- gohugo.io https://docs.aspose.com/words/python-net...

    docs.aspose.com/words/python-net/loading-saving...
  4. Bounding box for every charcter - Aspose.Words ...

    Hi everyone, I am wondering if there is a way to get the bounding box coordinates for every character of the rendered Document using Aspose.Words. To my knowledge, the smallest node is a “Run” which can hold multiple c…...the following code: Document doc = new Document(@"C:\Temp\in.docx");...docx"); List<Run> runs = doc.GetChildNodes(NodeType.Run, true)...

    forum.aspose.com/t/bounding-box-for-every-charc...
  5. Aspose::Pub::IPdfConverter Member List - Aspose...

    Aspose::Pub::IPdfConverter Member List This is the complete list of members for Aspose::Pub::IPdfConverter , includin......(System::SharedPtr< Document > doc, System::String fileName)=0 ...(System::SharedPtr< Document > doc, System::SharedPtr< System::IO::Stream...

    reference.aspose.com/pub/cpp/class/aspose.pub.i...
  6. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Documentation https://Docs.aspose.com/words/jasperreports/aspose-words-for-jasperreports-Documentation/ Recent content on Documentation Hugo -- gohug......Documentation – Documentation https://docs.aspose.com/words/jasperrepo...Documentation Hugo -- gohugo.io https://docs.aspose.com/words/jasperrepo...

    docs.aspose.com/words/jasperreports/aspose-word...
  7. WatermarkArtifact API not working on given PDF ...

    Hi , For given attached PDF the watermark code is not working. No error displayed but watermark is missing. using (Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(fileStream)) …... private void Logic() { var doc = new Document($"{PartialPath}_input...= false; doc.Pages[1].Artifacts.Add(artifact); doc.Save($"{PartialPath}_output...

    forum.aspose.com/t/watermarkartifact-api-not-wo...
  8. Latest Aspose.OCR Product Family topics - Free ...

    Get technical support of Aspose.OCR for .NET, Java, and C++....January 14, 2025 After converting Doc to Searchable PDF. Text is truncating...

    forum.aspose.com/c/ocr/16
  9. Could not read images in PDFs using Aspose.PDF ...

    I’m trying to read attached PDF file using Aspose.pdf JAVA library. In this PDF file there is an element (image.png (482 Bytes) ) which I’m unable to extract using Aspose.pdf library. I need to check whether there is an…...3 private void Logic() { var doc = new Document($"{PartialPath}_input...textAbsorber = new TextAbsorber(); doc.Pages.Accept(textAbsorber); string...

    forum.aspose.com/t/could-not-read-images-in-pdf...
  10. Add and Verify PDF Digital Signature via Python...

    Python source code to create electronic signature in PDF Documents on any platform with .NET support....resultant signed document as DOC, DOCX, PPTX. Load all the PDF...File using Python var esign_doc = new Document ( "My File.pdf"...

    products.aspose.com/pdf/python-net/signature/pdf/