Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF

TOPIC:

Explanation of Feature List Required 10 years 2 months ago #5210

  • sachin.1.kumar
  • sachin.1.kumar's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
Please explain the feature list mentioned below which is specific to either premium version or professional version:

1. Page text reflow
2. Form editing
3. PDF index handling and modification
4. Multimedia annotation extraction and support
5. Transparent image annotation: usefull to take handwritten note
6. Text annotation
7. Text highlight, underline, strikethrough (handled as annotation)

8. Floating Text Annotation
9. Wrapper sources (pdfex, view)
10.PDF creation, page create/remove
The topic has been locked.

Explanation of Feature List Required 10 years 2 months ago #5212

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
1. Page text reflow
professional
2. Form editing
premium
3. PDF index handling and modification
premium for editing, professional for others
4. Multimedia annotation extraction and support
professional
5. Transparent image annotation: usefull to take handwritten note
professional
6. Text annotation
professional for sticky note
7. Text highlight, underline, strikethrough (handled as annotation)
professional
8. Floating Text Annotation
premium
9. Wrapper sources (pdfex, view)
professional
10.PDF creation, page create/remove
premium
Last edit: by .
The topic has been locked.

Explanation of Feature List Required 10 years 2 months ago #5214

  • sachin.1.kumar
  • sachin.1.kumar's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
I want the explanation of the features
like strikethrough will do something like this:

This a Testing data.
The topic has been locked.

Explanation of Feature List Required 10 years 2 months ago #5217

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
1- Page Reflow Mode
in reflow, every object, text box, image has an id that indicates the order with which they should be put in reflow mode .. using reflow methods you can read the tagged pdf content as reflow objects (Check PDFReaderActOld with def_view = 5)
public float ReflowStart( float width, float scale )
public boolean Reflow( int dib, float orgx, float orgy )
public boolean ReflowToBmp( Bitmap bitmap, float orgx, float orgy )
public int ReflowGetParaCount()
public int ReflowGetCharCount( int iparagraph )
public float ReflowGetCharWidth( int iparagraph, int ichar )
public float ReflowGetCharHeight( int iparagraph, int ichar )
public int...

2- Form editing : Edit a pdf that has From in it (edit texts, checkboxes, radio buttons ..)

3- PDF index handling and modification: Reading and modifying pdf index (outline)

4- Multimedia annotation extraction and support: support of sount, vedio, attachments, etc annotations

5- Transparent image annotation: Handwriting annotation

6- Text annotation: add or read text annotation

7- Text highlight, underline, strikethrough: annotations check the demo project

8- Floating text annotation: It's a free-text annotation, this type of annotation can be add using:
Page.AddAnnotEditbox

9- Wrapper sources: the source code of the jar file that exists in the demo projects (that handles the different views of the SDK)

10- PDF creation, page create/remove: to modify the pdf structure (create a new pdf, create a new page, delete a page, move a page, concatenate pdfs...)
The topic has been locked.

Explanation of Feature List Required 10 years 2 months ago #5222

  • sachin.1.kumar
  • sachin.1.kumar's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
Can you elaborate the feature "PDF index handling and modification"?
The topic has been locked.

Explanation of Feature List Required 10 years 2 months ago #5224

  • sachin.1.kumar
  • sachin.1.kumar's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
Our Requirement is to securely render PDF document on android device without copy paste, so Is Professional Edition is sufficient for us?
The topic has been locked.
Powered by Kunena Forum