Skip to content
#

pdf

Here are 3,320 public repositories matching this topic...

worldexplorer
worldexplorer commented Sep 15, 2019
  • KOReader version: (versions 2019 aug till now v2019.09.3)
  • Device: Kobo Clara HD

Issue

whenever I open a PDF, there is a popup window saying
"zoom to fit the page ... unexpected shifts while turning the page"

  1. 2 seconds are not enough to read through all the warning and understand the tip;
  2. it shows up every time I open (the same) PDF - why??? :) opening epubs and fb2s don't b
bennybmb
bennybmb commented Feb 23, 2020

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've cons

nod5
nod5 commented Jan 23, 2020

Request 1: Add documentation on how official SumatraPDF releases are compiled

Request 2: Add documentation on the differences between release, prerelease, debug and other builds

Background: I can see that compiled Debug versions have support for making annotations. But they differ from prerelease versions hosted on the website (e.g. they have debug menu items). Do they also diffe

kleisauke
kleisauke commented Aug 10, 2017

I like to see a (optional) prefer option in vips_thumbnail which can be set to a new enum (let's call it VIPS_PREFER_WIDTH or VIPS_PREFER_HEIGHT for example).

Use case scenario:
To prevent reduction or enlargement in the horizontal axis, I'm setting the target resize width to VIPS_MAX_COORD (which is currently 10000000), when a user only have specified a fixed height. I'm doing vic

donnfelker
donnfelker commented Jun 23, 2019

First - thank you for the library. This thing is great. :) I think I found a bug I'd like to report. I'd fix it, I'm just not sure how/where to go to fix it.

Steps to reproduce:

Save this file as example.rb and run it via ruby example.rb

require 'date'
require 'prawn'

timestamp = (Time.now.to_f * 1000).to_i

generated_pdf_name = "render-#{timestamp}.pdf"
Prawn::Document.
devsan1
devsan1 commented Aug 16, 2019

$pdf = PDF::loadView('flight.PdfPage.booking.pdfPage',
compact('solutionSet', 'journey_type'));

$pdf->setPaper('A4', 'portrait');
return $pdf->stream('san.pdf')->header('Content-Type','application/pdf');
Screenshot from 2019-08-16 15-53-05

I am using lara

burtonator
burtonator commented Feb 17, 2020

When a doc is added to the repo we need the user to tag it but also share it with groups easily.

The UI for this is somewhat complex and needs to be done right and some thought given to it.

I've thought that maybe we can match the tags of the document, to the tags of the group, and then suggest the groups based on the intersection of the tags.

butu5
butu5 commented Oct 23, 2018

URL:- https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html
The below code snippet is not coming in the output pdf.
mvn --version
However, another code snippet appearing properly
Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 14:51:28+0100)
![image](https://user-images.githubusercontent.com/354596/47339163-16508d00-d6e6-11e8-872b-a1f10d96d55

amitchapter247
amitchapter247 commented Feb 20, 2020

I need to disable all the anchor tags click I try this CSS but not working:

a {
      pointer-events: none!important;
     cursor: not-allowed!important;
      opacity: 1;
      z-index: -2;
      text-decoration: none!important;
     color: #282d35;
    }

after applying this CSS only text-decoration remove but the link is still clickable.

mpdf
machour
machour commented Feb 28, 2019

Hi @finwe

Would it be possible to have a more precise Changelog starting with v8, listing all changes happening between every minor releases?

Current handling make it really hard to understand what happened precisely when. The commit log isn't really helping as the merge strategy used on this repo is merge, rather than squash, resulting in a multitude of small commits, sometimes containing "

Simpey
Simpey commented Nov 18, 2019
var pgsql = require('pdf-bot/src/db/pgsql')

module.exports = {
  api: {
    token: 'api-token'
  },
  db: pgsql({
    database: 'pdfbot',
    username: 'pdfbot',
    password: 'pdfbot',
    port: 5432
  }),
  webhook: {
    secret: '1234',
    url: 'http://localhost:3000/webhooks/pdf'
  }
}

Can you change pls "username" to "user" cause it's the the correct option ther

Improve this page

Add a description, image, and links to the pdf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pdf topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.