com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class XfdfWriter



  • public class XfdfWriter
    extends Object

    Aggregates methods of writing annotations and fields to XFDF file format

    • Constructor Detail

      • XfdfWriter

        public XfdfWriter()
    • Method Detail

      • writeAnnotations

        public static void writeAnnotations(com.aspose.ms.System.IO.Stream stream,
                                            IDocument document)

        Writes annotations from list to XFDF stream.

        Parameters:
        stream - XFDF stream.
        document - The document that holds the annotations.
      • writeFields

        public static void writeFields(com.aspose.ms.System.IO.Stream stream,
                                       IDocument document)