Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 14,315 for

artifact

(0.21 sec)
  1. How to Run Aspose.CAD Docker image in Google Cl...

    Run Aspose.CAD Docker image in Google Cloud....function and images in the Artifact Registry repository. To create...if it doesn’t exist. Go to ‘Artifact Registry’ and create a repository...

    docs.aspose.com/cad/net/how-to-run-aspose-cad-d...
  2. PDF page rotation causes incorrect coordinate p...

    I have a pdf. I used Aspose.PDF to view the page information and found that the pages of the document were rotated. This causes the page I see to be vertical, but the width and height obtained by page.Rect are horizontal…...50); var artifact = new WatermarkArtifact(); artifact.SetText(formatText);...SetText(formatText); artifact.IsBackground = false; // The position...

    forum.aspose.com/t/pdf-page-rotation-causes-inc...
  3. Underline and StrikeOut PDF watermark text - Fr...

    Hi, I’m trying to set up Underline and StrikeOut props on watermark text, but it doesn’t seem to work as expected. Here is my code: var wmText = “First Line\nSecond Line\nThird Line”; var lines = wmText.Split(new stri…...Document(filename); var artifact = new WatermarkArtifact(); artifact.SetLinesAndState(lines...true, StrikeOut = true }); artifact.ArtifactHorizontalAl = HorizontalAlignment...

    forum.aspose.com/t/underline-and-strikeout-pdf-...
  4. Working with PDF Pages in Python|Aspose.PDF for...

    How to add pages, add headers and footers, add watermarks you can know in this section. Aspose.PDF for Python via .NET explain to you all details on this topic....watermarks in your PDF file using Artifact class. You will check the...watermarks in your PDF file with Artifact Class. Add Page Numbering...

    docs.aspose.com/pdf/python-net/working-with-pages/
  5. Getting error while trying to upgrade to Aspose...

    Hi we are trying to upgrade aspose-total java version from 23.8 to 24.10 when we try to do so we get below error Failed to collect dependencies at com.aspose:aspose-total:pom:24.10 → com.aspose:aspose-drawing:jar:jdk18…...11 : Failed to read artifact descriptor for com.aspose...23.11: Could not transfer artifact com.aspose.ms.jdk.NetFram...

    forum.aspose.com/t/getting-error-while-trying-t...
  6. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Add, Get or Remove Watermark in PDF using C++https://products.aspose.com/pdf/cpp/watermark/Recent content in Add, Get or Remove Watermark in PDF usin......Artifacts collection class", "url" :...method Add of Aspose.Pdf.Page.Artifacts collection class. Save PDF...

    products.aspose.com/pdf/cpp/watermark/index.xml
  7. aspose.pdf | Aspose.PDF for Python via .NET API...

    The aspose.pdf is a root namespace for all classes of Aspose.Pdf library which are either directly in it like Document or indirectly through several subnamespaces.... Artifact Class represents PDF Artifact object. ArtifactCollection...ArtifactCollection Class represents artifact collection. BackgroundArtifact...

    reference.aspose.com/pdf/python-net/aspose.pdf/
  8. Add background to PDF with Python|Aspose.PDF fo...

    Add background image to the your PDF file with Python. Use the BackgroundArtifact class....contains a collection of artifacts. The BackgroundArtifact class...add () # Create Background Artifact object background = ap . BackgroundArtifact...

    docs.aspose.com/pdf/python-net/add-backgrounds/
  9. Issue setting watermark for pdf on Unix machine...

    I’m setting watermark for pdf documents using Aspose.Pdf nuget package(22.2.0). My code works on my Windows NT machine, but when deployed to Unix(4.15.0.166), it gives error: “Font Arial was not found” using (var pdfDo…...Pages) { var artifact = new WatermarkArtifact(); artifact.SetTextAndState(...WatermarkFontName, true) }); artifact.ArtifactHorizontalAl = HorizontalAlignment...

    forum.aspose.com/t/issue-setting-watermark-for-...
  10. Deskewing a scanned image|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....Contents [ Hide ] Skew is an artifact that might appear during document...

    docs.aspose.com/imaging/net/deskewing-a-scanned...