Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 14,315 for

artifact

(0.07 sec)
  1. Add Watermark to PDF using Java | Aspose.PDF

    Add watermark to PDF file programmatically with Java sample code using Aspose.PDF for Java...Artifacts collection class. Save PDF...pdf . Document ( "1.pdf" ); artifact = new com . aspose . pdf ...

    products.aspose.com/pdf/java/watermark/add/
  2. Subtype | Aspose.PDF for .NET API Reference

    Gets Artifact subtype. If Artifact has non-standard subtype name of the subtype may be read via CustomSubtype....Subtype Artifact.Subtype property Gets artifact subtype. If artifact...artifact has non-standard subtype, name of the subtype may be...

    reference.aspose.com/pdf/net/aspose.pdf/artifac...
  3. Adding an image watermark to PDF can't adjust t...

    I want to add image watermark to PDF through WatermarkArtifact. When the image width is relatively large, the watermark will not be fully displayed on the page and i can’t resize the image watermark. var doc = new A…...Watermark var artifact = new WatermarkArtifact(); artifact.SetImag...top\watermark-logo.png"); artifact.Position = new Aspose.Pdf...

    forum.aspose.com/t/adding-an-image-watermark-to...
  4. Artifact.ArtifactType | Aspose.PDF for .NET API...

    Enumeration of possuble Artifact types....Artifact.ArtifactType Artifact.ArtifactType enumeration Enumeration...Enumeration of possuble artifact types. public enum ArtifactType...

    reference.aspose.com/pdf/net/aspose.pdf/artifac...
  5. Aspose.PDF for Java 18.5 Release Notes|Aspose.P...

    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....addItem(Artifact) com.aspose.pdf. ArtifactCollection...ArtifactCollection .containsItem(Artifact) com.aspose.pdf. ArtifactCollection...

    docs.aspose.com/pdf/java/aspose-pdf-for-java-18...
  6. CustomType | Aspose.PDF for .NET API Reference

    Gets name of Artifact type. May be used if Artifact type is non standard....CustomType Artifact.CustomType property Gets name of artifact type...type. May be used if artifact type is non standard. public string...

    reference.aspose.com/pdf/net/aspose.pdf/artifac...
  7. Aspose PDF for C++添加水印WatermarkArtifact抛出异常 - 中...

    你好,我想向pdf文件中增加水印,但是auto Artifact = MakeObject();行报错, 错误代码:System::ExceptionWrapperAspose::Pdf::Details_FontNotFoundException at memory location 0x014FE370.这个错误怎么去除呢? 测试代码如下: void GettingWatermarks() { String _dataDir…...#1 你好,我想向pdf文件中增加水印,但是auto artifact = MakeObject();行报错, 错误代码:...ir + inputFileName); auto artifact = MakeObject<WatermarkArtifact>();...

    forum.aspose.com/t/aspose-pdf-for-c-watermarkar...
  8. CustomSubtype | Aspose.PDF for .NET API Reference

    Gets name of Artifact subtype. May be used if Artifact subtype is not standard subtype....CustomSubtype Artifact.CustomSubtype property Gets name of artifact subtype...subtype. May be used if artifact subtype is not standard subtype...

    reference.aspose.com/pdf/net/aspose.pdf/artifac...
  9. SetValue | Aspose.PDF for .NET API Reference

    Sets custom value of Artifact....SetValue Artifact.SetValue method Sets custom value of artifact. public...value in the artifact. See Also class Artifact namespace Aspose...

    reference.aspose.com/pdf/net/aspose.pdf/artifac...
  10. Adding Watermark to PDF document via .NET | Asp...

    C# source code to add or remove watermark to PSD file on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....Artifacts collection class Save PDF...WatermarkArtifact artifact = new WatermarkArtifact (); artifact . SetTextAndState...

    products.aspose.com/pdf/java/watermarks/