PDFCreatorAndroid
PDFCreatorAndroid copied to clipboard
Question: Possible to create PDF without using a special Activity for it?
The class PdfDocument of Android is mentioned here, but this class doesn't require to have an Activity to use it. Just some View.
Also, how did you add a hyperlink to texts? I keep failing doing it using PdfDocument.
Same question here! Did you find a way?